#06323C

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

Shades of Nordic #06323C

Tints of Nordic #06323C

Color information

#06323C (or 0x06323C) is unknown color: approx Nordic. HEX triplet: 06, 32 and 3C. RGB value is (6,50,60). Sum of RGB (Red+Green+Blue) = 6+50+60=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #06323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323C is #F9CDC3. Grayscale: #252525. Windows color (decimal): -16371140 or 3944966. OLE color: 3944966.

HSL color Cylindrical-coordinate representation of color #06323C: hue angle of 191.11º 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 #06323C is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65060-
CMYK0.900.1700.76
HSL191.11º81.82%12.94%-
HSV(B)191.11º90%23.53%-
XYZ2.032.654.68-
YUV37.98140.42105.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=5.17%
G=43.10%
B=51.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal650600.900.1700.76191.1181.8212.94
Hex6323C5A1104Cbf52d
Octal6627413221011427712215
Binary110110010111100101101010001010011001011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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