Html Css Color HEX #063332 Nordic

📋 copy color: '#063332'

red 6 ◦ green 51 ◦ blue 50

#063332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #063332

Tints of Nordic #063332

RGB

 RED value IS 6 (2.73% from 255) = 5.61%

 GREEN value IS 51 (20.31% from 255) = 47.66%

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 5.61%
G = 47.66%
B = 46.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#063332 (or 0x063332) is known color: Nordic. HEX triplet: 06, 33 and 32. RGB value is (6,51,50). Sum of RGB (Red+Green+Blue) = 6+51+50=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #063332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063332 is #F9CCCD. Grayscale: #252525. Windows color (decimal): -16370894 or 3289862. OLE color: 3289862.

HSL color Cylindrical-coordinate representation of color #063332: hue angle of 178.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063332 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 50 -
CMYK 0.88 0 0.02 0.8
HSL 178.67º 0.79% 0.11% -
HSV(B) 178.67º 0.88% 0.2% -
XYZ 1.83 2.64 3.43 -
YUV 37.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 6 51 50 0.88 0 0.02 0.8 178.67 0.79 0.11
Hex 6 33 32 58 0 2 50 B3 4F B
Octal 6 63 62 130 0 2 120 263 117 13
Binary 110 110011 110010 1011000 0 10 1010000 10110011 1001111 1011

Color Harmonies of #063332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063332

Black with #063332

Text Example


Text Example

White with #063332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063332; }

 p { color: rgb(6,51,50); }

 H1.HeaderClassName
 {
   color: #063332;
 }
 .AnyTagClassName
 {
   color: #063332;
 }
</style>

background-color css

<style>
 a { background-color: #063332; }

 a { background-color: rgb(6,51,50); }

 div.DivClassName
 {
   background-color: #063332;
 }
 .BgClassName
 {
   background-color: #063332;
 }
</style>

border-color css

<style>
 span { border-color: #063332; }

 span { border-color: rgb(6,51,50); }

 td.TdClassName
 {
   border-color: #063332;
 }
 .TagClassName
 {
   border-color: #063332;
 }
</style>