Shades of Navy #060868
Tints of Navy #060868
RGB
CMYK
RGB Variations
Color information
#060868 (or 0x060868) is known color: Navy. HEX triplet: 06, 08 and 68. RGB value is (6,8,104). Sum of RGB (Red+Green+Blue) = 6+8+104=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #060868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060868 is #F9F797. Grayscale: #111111. Windows color (decimal): -16381848 or 6817798. OLE color: 6817798.
HSL color Cylindrical-coordinate representation of color #060868: hue angle of 238.78º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060868 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 8 | 104 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.59 |
| HSL | 238.78º | 0.89% | 0.22% | - |
| HSV(B) | 238.78º | 0.94% | 0.41% | - |
| XYZ | 2.66 | 1.21 | 13.19 | - |
| YUV | 18.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 104 | 0.94 | 0.92 | 0 | 0.59 | 238.78 | 0.89 | 0.22 |
| Hex | 6 | 8 | 68 | 5E | 5C | 0 | 3B | EF | 59 | 16 |
| Octal | 6 | 10 | 150 | 136 | 134 | 0 | 73 | 357 | 131 | 26 |
| Binary | 110 | 1000 | 1101000 | 1011110 | 1011100 | 0 | 111011 | 11101111 | 1011001 | 10110 |
Color Harmonies of #060868
Complementary color
Monochromatic Colors of #060868
Black with #060868
Text Example
Text Example
White with #060868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060868; }
p { color: rgb(6,8,104); }
H1.HeaderClassName
{
color: #060868;
}
.AnyTagClassName
{
color: #060868;
}
</style>
background-color css
<style>
a { background-color: #060868; }
a { background-color: rgb(6,8,104); }
div.DivClassName
{
background-color: #060868;
}
.BgClassName
{
background-color: #060868;
}
</style>
border-color css
<style>
span { border-color: #060868; }
span { border-color: rgb(6,8,104); }
td.TdClassName
{
border-color: #060868;
}
.TagClassName
{
border-color: #060868;
}
</style>