#06333C

Color #06333C Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #06333C

Tints of Nordic #06333C

Color information

#06333C (or 0x06333C) is unknown color: approx Nordic. HEX triplet: 06, 33 and 3C. RGB value is (6,51,60). Sum of RGB (Red+Green+Blue) = 6+51+60=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #06333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06333C is #F9CCC3. Grayscale: #262626. Windows color (decimal): -16370884 or 3945222. OLE color: 3945222.

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

Color convert

RGB65160-
CMYK0.900.1500.76
HSL190º81.82%12.94%-
HSV(B)190º90%23.53%-
XYZ2.072.734.69-
YUV38.57140.09104.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=5.13%
G=43.59%
B=51.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal651600.900.1500.7619081.8212.94
Hex6333C5AF04Cbe52d
Octal6637413217011427612215
Binary11011001111110010110101111010011001011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06333C;
 }
 .AnyTagClassName
 {
   color: #06333C;
 }
</style>
background-color css

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

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

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

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

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

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