#06323B

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

Shades of Nordic #06323B

Tints of Nordic #06323B

Color information

#06323B (or 0x06323B) is unknown color: approx Nordic. HEX triplet: 06, 32 and 3B. RGB value is (6,50,59). Sum of RGB (Red+Green+Blue) = 6+50+59=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #06323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323B is #F9CDC4. Grayscale: #252525. Windows color (decimal): -16371141 or 3879430. OLE color: 3879430.

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

Color convert

RGB65059-
CMYK0.900.1500.77
HSL190.19º81.54%12.75%-
HSV(B)190.19º89.83%23.14%-
XYZ2.012.644.54-
YUV37.87139.92105.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=5.22%
G=43.48%
B=51.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal650590.900.1500.77190.1981.5412.75
Hex6323B5AF04Dbe52d
Octal6627313217011527612215
Binary11011001011101110110101111010011011011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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