Shades of Navy #06086C
Tints of Navy #06086C
RGB
CMYK
RGB Variations
Color information
#06086C (or 0x06086C) is known color: Navy. HEX triplet: 06, 08 and 6C. RGB value is (6,8,108). Sum of RGB (Red+Green+Blue) = 6+8+108=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #06086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06086C is #F9F793. Grayscale: #121212. Windows color (decimal): -16381844 or 7079942. OLE color: 7079942.
HSL color Cylindrical-coordinate representation of color #06086C: hue angle of 238.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06086C is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 8 | 108 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.58 |
| HSL | 238.82º | 0.89% | 0.22% | - |
| HSV(B) | 238.82º | 0.94% | 0.42% | - |
| XYZ | 2.87 | 1.3 | 14.29 | - |
| YUV | 18.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 108 | 0.94 | 0.93 | 0 | 0.58 | 238.82 | 0.89 | 0.22 |
| Hex | 6 | 8 | 6C | 5E | 5D | 0 | 3A | EF | 59 | 16 |
| Octal | 6 | 10 | 154 | 136 | 135 | 0 | 72 | 357 | 131 | 26 |
| Binary | 110 | 1000 | 1101100 | 1011110 | 1011101 | 0 | 111010 | 11101111 | 1011001 | 10110 |
Color Harmonies of #06086C
Complementary color
Monochromatic Colors of #06086C
Black with #06086C
Text Example
Text Example
White with #06086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06086C; }
p { color: rgb(6,8,108); }
H1.HeaderClassName
{
color: #06086C;
}
.AnyTagClassName
{
color: #06086C;
}
</style>
background-color css
<style>
a { background-color: #06086C; }
a { background-color: rgb(6,8,108); }
div.DivClassName
{
background-color: #06086C;
}
.BgClassName
{
background-color: #06086C;
}
</style>
border-color css
<style>
span { border-color: #06086C; }
span { border-color: rgb(6,8,108); }
td.TdClassName
{
border-color: #06086C;
}
.TagClassName
{
border-color: #06086C;
}
</style>