Shades of Navy Blue #066CC6
Tints of Navy Blue #066CC6
RGB
CMYK
RGB Variations
Color information
#066CC6 (or 0x066CC6) is known color: Navy Blue. HEX triplet: 06, 6C and C6. RGB value is (6,108,198). Sum of RGB (Red+Green+Blue) = 6+108+198=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #066CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CC6 is #F99339. Grayscale: #575757. Windows color (decimal): -16356154 or 13003782. OLE color: 13003782.
HSL color Cylindrical-coordinate representation of color #066CC6: hue angle of 208.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CC6 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 108 | 198 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.22 |
| HSL | 208.13º | 0.94% | 0.4% | - |
| HSV(B) | 208.13º | 0.97% | 0.78% | - |
| XYZ | 15.63 | 14.84 | 55.47 | - |
| YUV | 87.76 | 190.21 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 198 | 0.97 | 0.45 | 0 | 0.22 | 208.13 | 0.94 | 0.4 |
| Hex | 6 | 6C | C6 | 61 | 2D | 0 | 16 | D0 | 5E | 28 |
| Octal | 6 | 154 | 306 | 141 | 55 | 0 | 26 | 320 | 136 | 50 |
| Binary | 110 | 1101100 | 11000110 | 1100001 | 101101 | 0 | 10110 | 11010000 | 1011110 | 101000 |
Color Harmonies of #066CC6
Complementary color
Monochromatic Colors of #066CC6
Black with #066CC6
Text Example
Text Example
White with #066CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CC6; }
p { color: rgb(6,108,198); }
H1.HeaderClassName
{
color: #066CC6;
}
.AnyTagClassName
{
color: #066CC6;
}
</style>
background-color css
<style>
a { background-color: #066CC6; }
a { background-color: rgb(6,108,198); }
div.DivClassName
{
background-color: #066CC6;
}
.BgClassName
{
background-color: #066CC6;
}
</style>
border-color css
<style>
span { border-color: #066CC6; }
span { border-color: rgb(6,108,198); }
td.TdClassName
{
border-color: #066CC6;
}
.TagClassName
{
border-color: #066CC6;
}
</style>