Shades of Navy #060168
Tints of Navy #060168
RGB
CMYK
RGB Variations
Color information
#060168 (or 0x060168) is known color: Navy. HEX triplet: 06, 01 and 68. RGB value is (6,1,104). Sum of RGB (Red+Green+Blue) = 6+1+104=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #060168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060168 is #F9FE97. Grayscale: #0D0D0D. Windows color (decimal): -16383640 or 6816006. OLE color: 6816006.
HSL color Cylindrical-coordinate representation of color #060168: hue angle of 242.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060168 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 1 | 104 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.59 |
| HSL | 242.91º | 0.98% | 0.21% | - |
| HSV(B) | 242.91º | 0.99% | 0.41% | - |
| XYZ | 2.58 | 1.06 | 13.17 | - |
| YUV | 14.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 104 | 0.94 | 0.99 | 0 | 0.59 | 242.91 | 0.98 | 0.21 |
| Hex | 6 | 1 | 68 | 5E | 63 | 0 | 3B | F3 | 62 | 15 |
| Octal | 6 | 1 | 150 | 136 | 143 | 0 | 73 | 363 | 142 | 25 |
| Binary | 110 | 1 | 1101000 | 1011110 | 1100011 | 0 | 111011 | 11110011 | 1100010 | 10101 |
Color Harmonies of #060168
Complementary color
Monochromatic Colors of #060168
Black with #060168
Text Example
Text Example
White with #060168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060168; }
p { color: rgb(6,1,104); }
H1.HeaderClassName
{
color: #060168;
}
.AnyTagClassName
{
color: #060168;
}
</style>
background-color css
<style>
a { background-color: #060168; }
a { background-color: rgb(6,1,104); }
div.DivClassName
{
background-color: #060168;
}
.BgClassName
{
background-color: #060168;
}
</style>
border-color css
<style>
span { border-color: #060168; }
span { border-color: rgb(6,1,104); }
td.TdClassName
{
border-color: #060168;
}
.TagClassName
{
border-color: #060168;
}
</style>