Shades of Navy #06006F
Tints of Navy #06006F
RGB
CMYK
RGB Variations
Color information
#06006F (or 0x06006F) is known color: 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
| RGB | 6 | 0 | 111 | - |
| CMYK | 0.95 | 1 | 0 | 0.56 |
| HSL | 243.24º | 1% | 0.22% | - |
| HSV(B) | 243.24º | 1% | 0.44% | - |
| XYZ | 2.94 | 1.19 | 15.11 | - |
| YUV | 14.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 111 | 0.95 | 1 | 0 | 0.56 | 243.24 | 1 | 0.22 |
| Hex | 6 | 0 | 6F | 5F | 64 | 0 | 38 | F3 | 64 | 16 |
| Octal | 6 | 0 | 157 | 137 | 144 | 0 | 70 | 363 | 144 | 26 |
| Binary | 110 | 0 | 1101111 | 1011111 | 1100100 | 0 | 111000 | 11110011 | 1100100 | 10110 |
Color Harmonies of #06006F
Complementary color
Monochromatic Colors of #06006F
Black with #06006F
Text Example
Text Example
White with #06006F
Text Example
Text Example
HTML Codes & Css Web 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>