Shades of Navy #060675
Tints of Navy #060675
RGB
CMYK
RGB Variations
Color information
#060675 (or 0x060675) is known color: Navy. HEX triplet: 06, 06 and 75. RGB value is (6,6,117). Sum of RGB (Red+Green+Blue) = 6+6+117=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #060675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060675 is #F9F98A. Grayscale: #121212. Windows color (decimal): -16382347 or 7669254. OLE color: 7669254.
HSL color Cylindrical-coordinate representation of color #060675: hue angle of 240º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060675 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 6 | 117 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.54 |
| HSL | 240º | 0.9% | 0.24% | - |
| HSV(B) | 240º | 0.95% | 0.46% | - |
| XYZ | 3.35 | 1.45 | 16.93 | - |
| YUV | 18.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 117 | 0.95 | 0.95 | 0 | 0.54 | 240 | 0.9 | 0.24 |
| Hex | 6 | 6 | 75 | 5F | 5F | 0 | 36 | F0 | 5A | 18 |
| Octal | 6 | 6 | 165 | 137 | 137 | 0 | 66 | 360 | 132 | 30 |
| Binary | 110 | 110 | 1110101 | 1011111 | 1011111 | 0 | 110110 | 11110000 | 1011010 | 11000 |
Color Harmonies of #060675
Complementary color
Monochromatic Colors of #060675
Black with #060675
Text Example
Text Example
White with #060675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060675; }
p { color: rgb(6,6,117); }
H1.HeaderClassName
{
color: #060675;
}
.AnyTagClassName
{
color: #060675;
}
</style>
background-color css
<style>
a { background-color: #060675; }
a { background-color: rgb(6,6,117); }
div.DivClassName
{
background-color: #060675;
}
.BgClassName
{
background-color: #060675;
}
</style>
border-color css
<style>
span { border-color: #060675; }
span { border-color: rgb(6,6,117); }
td.TdClassName
{
border-color: #060675;
}
.TagClassName
{
border-color: #060675;
}
</style>