#06006F

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

Shades of Navy #06006F

Tints of Navy #06006F

Color information

#06006F (or 0x06006F) is unknown color: approx Navy. HEX triplet: 06, 00 and 6F. RGB value is (6,0,111). Sum of RGB (Red+Green+Blue) = 6+0+111=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #06006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06006F is #F9FF90. Grayscale: #0E0E0E. Windows color (decimal): -16383889 or 7274502. OLE color: 7274502.

HSL color Cylindrical-coordinate representation of color #06006F: hue angle of 243.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06006F is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB60111-
CMYK0.95100.56
HSL243.24º100%21.76%-
HSV(B)243.24º100%43.53%-
XYZ2.941.1915.11-
YUV14.45182.49121.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 94.87%
R=5.13%
G=0%
B=94.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601110.95100.56243.2410021.76
Hex606F5F64038f36416
Octal6015713714407036314426
Binary1100110111110111111100100011100011110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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