#06006B

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

Shades of Navy #06006B

Tints of Navy #06006B

Color information

#06006B (or 0x06006B) is unknown color: approx Navy. HEX triplet: 06, 00 and 6B. RGB value is (6,0,107). Sum of RGB (Red+Green+Blue) = 6+0+107=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 107 (42.19% from 255 or 94.69% from 113); Max value from RGB is 107 - color contains mainly: blue. Hex color #06006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06006B is #F9FF94. Grayscale: #0D0D0D. Windows color (decimal): -16383893 or 7012358. OLE color: 7012358.

HSL color Cylindrical-coordinate representation of color #06006B: hue angle of 243.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06006B is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB60107-
CMYK0.94100.58
HSL243.36º100%20.98%-
HSV(B)243.36º100%41.96%-
XYZ2.731.113.98-
YUV13.99180.49122.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 94.69%
R=5.31%
G=0%
B=94.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal601070.94100.58243.3610020.98
Hex606B5E6403Af36415
Octal6015313614407236314425
Binary1100110101110111101100100011101011110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,0,107); }

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

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

 a { background-color: rgb(6,0,107); }

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

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

 span { border-color: rgb(6,0,107); }

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