Shades of Navy #060060
Tints of Navy #060060
RGB
CMYK
RGB Variations
Color information
#060060 (or 0x060060) is known color: Navy. HEX triplet: 06, 00 and 60. RGB value is (6,0,96). Sum of RGB (Red+Green+Blue) = 6+0+96=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #060060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060060 is #F9FF9F. Grayscale: #0C0C0C. Windows color (decimal): -16383904 or 6291462. OLE color: 6291462.
HSL color Cylindrical-coordinate representation of color #060060: hue angle of 243.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060060 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 0 | 96 | - |
| CMYK | 0.94 | 1 | 0 | 0.62 |
| HSL | 243.75º | 1% | 0.19% | - |
| HSV(B) | 243.75º | 1% | 0.38% | - |
| XYZ | 2.19 | 0.88 | 11.12 | - |
| YUV | 12.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 96 | 0.94 | 1 | 0 | 0.62 | 243.75 | 1 | 0.19 |
| Hex | 6 | 0 | 60 | 5E | 64 | 0 | 3E | F4 | 64 | 13 |
| Octal | 6 | 0 | 140 | 136 | 144 | 0 | 76 | 364 | 144 | 23 |
| Binary | 110 | 0 | 1100000 | 1011110 | 1100100 | 0 | 111110 | 11110100 | 1100100 | 10011 |
Color Harmonies of #060060
Complementary color
Monochromatic Colors of #060060
Black with #060060
Text Example
Text Example
White with #060060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060060; }
p { color: rgb(6,0,96); }
H1.HeaderClassName
{
color: #060060;
}
.AnyTagClassName
{
color: #060060;
}
</style>
background-color css
<style>
a { background-color: #060060; }
a { background-color: rgb(6,0,96); }
div.DivClassName
{
background-color: #060060;
}
.BgClassName
{
background-color: #060060;
}
</style>
border-color css
<style>
span { border-color: #060060; }
span { border-color: rgb(6,0,96); }
td.TdClassName
{
border-color: #060060;
}
.TagClassName
{
border-color: #060060;
}
</style>