Html Css Color HEX #06333B Nordic

📋 copy color: '#06333B'

red 6 ◦ green 51 ◦ blue 59

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

Shades of Nordic #06333B

Tints of Nordic #06333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 50.86%

R = 5.17%
G = 43.97%
B = 50.86%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06333B (or 0x06333B) is known color: Nordic. HEX triplet: 06, 33 and 3B. RGB value is (6,51,59). Sum of RGB (Red+Green+Blue) = 6+51+59=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #06333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06333B is #F9CCC4. Grayscale: #262626. Windows color (decimal): -16370885 or 3879686. OLE color: 3879686.

HSL color Cylindrical-coordinate representation of color #06333B: hue angle of 189.06º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06333B is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 51 59 -
CMYK 0.90 0.14 0 0.77
HSL 189.06º 0.82% 0.13% -
HSV(B) 189.06º 0.9% 0.23% -
XYZ 2.05 2.72 4.56 -
YUV 38.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 6 51 59 0.90 0.14 0 0.77 189.06 0.82 0.13
Hex 6 33 3B 5A E 0 4D BD 52 D
Octal 6 63 73 132 16 0 115 275 122 15
Binary 110 110011 111011 1011010 1110 0 1001101 10111101 1010010 1101

Color Harmonies of #06333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06333B

Black with #06333B

Text Example


Text Example

White with #06333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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