Shades of Navy Blue #006EC6
Tints of Navy Blue #006EC6
RGB
CMYK
RGB Variations
Color information
#006EC6 (or 0x006EC6) is known color: Navy Blue. HEX triplet: 00, 6E and C6. RGB value is (0,110,198). Sum of RGB (Red+Green+Blue) = 0+110+198=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #006EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EC6 is #FF9139. Grayscale: #565656. Windows color (decimal): -16748858 or 13004288. OLE color: 13004288.
HSL color Cylindrical-coordinate representation of color #006EC6: hue angle of 206.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EC6 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 110 | 198 | - |
| CMYK | 1 | 0.44 | 0 | 0.22 |
| HSL | 206.67º | 1% | 0.39% | - |
| HSV(B) | 206.67º | 1% | 0.78% | - |
| XYZ | 15.77 | 15.23 | 55.53 | - |
| YUV | 87.14 | 190.56 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 198 | 1 | 0.44 | 0 | 0.22 | 206.67 | 1 | 0.39 |
| Hex | 0 | 6E | C6 | 64 | 2C | 0 | 16 | CF | 64 | 27 |
| Octal | 0 | 156 | 306 | 144 | 54 | 0 | 26 | 317 | 144 | 47 |
| Binary | 0 | 1101110 | 11000110 | 1100100 | 101100 | 0 | 10110 | 11001111 | 1100100 | 100111 |
Color Harmonies of #006EC6
Complementary color
Monochromatic Colors of #006EC6
Black with #006EC6
Text Example
Text Example
White with #006EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EC6; }
p { color: rgb(0,110,198); }
H1.HeaderClassName
{
color: #006EC6;
}
.AnyTagClassName
{
color: #006EC6;
}
</style>
background-color css
<style>
a { background-color: #006EC6; }
a { background-color: rgb(0,110,198); }
div.DivClassName
{
background-color: #006EC6;
}
.BgClassName
{
background-color: #006EC6;
}
</style>
border-color css
<style>
span { border-color: #006EC6; }
span { border-color: rgb(0,110,198); }
td.TdClassName
{
border-color: #006EC6;
}
.TagClassName
{
border-color: #006EC6;
}
</style>