Shades of Navy #060677
Tints of Navy #060677
RGB
CMYK
RGB Variations
Color information
#060677 (or 0x060677) is known color: Navy. HEX triplet: 06, 06 and 77. RGB value is (6,6,119). Sum of RGB (Red+Green+Blue) = 6+6+119=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #060677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060677 is #F9F988. Grayscale: #121212. Windows color (decimal): -16382345 or 7800326. OLE color: 7800326.
HSL color Cylindrical-coordinate representation of color #060677: hue angle of 240º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060677 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 6 | 119 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.53 |
| HSL | 240º | 0.9% | 0.25% | - |
| HSV(B) | 240º | 0.95% | 0.47% | - |
| XYZ | 3.47 | 1.5 | 17.56 | - |
| YUV | 18.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 119 | 0.95 | 0.95 | 0 | 0.53 | 240 | 0.9 | 0.25 |
| Hex | 6 | 6 | 77 | 5F | 5F | 0 | 35 | F0 | 5A | 19 |
| Octal | 6 | 6 | 167 | 137 | 137 | 0 | 65 | 360 | 132 | 31 |
| Binary | 110 | 110 | 1110111 | 1011111 | 1011111 | 0 | 110101 | 11110000 | 1011010 | 11001 |
Color Harmonies of #060677
Complementary color
Monochromatic Colors of #060677
Black with #060677
Text Example
Text Example
White with #060677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060677; }
p { color: rgb(6,6,119); }
H1.HeaderClassName
{
color: #060677;
}
.AnyTagClassName
{
color: #060677;
}
</style>
background-color css
<style>
a { background-color: #060677; }
a { background-color: rgb(6,6,119); }
div.DivClassName
{
background-color: #060677;
}
.BgClassName
{
background-color: #060677;
}
</style>
border-color css
<style>
span { border-color: #060677; }
span { border-color: rgb(6,6,119); }
td.TdClassName
{
border-color: #060677;
}
.TagClassName
{
border-color: #060677;
}
</style>