Shades of Navy Blue #006EF6
Tints of Navy Blue #006EF6
RGB
CMYK
RGB Variations
Color information
#006EF6 (or 0x006EF6) is known color: Navy Blue. HEX triplet: 00, 6E and F6. RGB value is (0,110,246). Sum of RGB (Red+Green+Blue) = 0+110+246=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #006EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EF6 is #FF9109. Grayscale: #5B5B5B. Windows color (decimal): -16748810 or 16150016. OLE color: 16150016.
HSL color Cylindrical-coordinate representation of color #006EF6: hue angle of 213.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EF6 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 110 | 246 | - |
| CMYK | 1 | 0.55 | 0 | 0.04 |
| HSL | 213.17º | 1% | 0.48% | - |
| HSV(B) | 213.17º | 1% | 0.96% | - |
| XYZ | 22.21 | 17.81 | 89.46 | - |
| YUV | 92.61 | 214.56 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 246 | 1 | 0.55 | 0 | 0.04 | 213.17 | 1 | 0.48 |
| Hex | 0 | 6E | F6 | 64 | 37 | 0 | 4 | D5 | 64 | 30 |
| Octal | 0 | 156 | 366 | 144 | 67 | 0 | 4 | 325 | 144 | 60 |
| Binary | 0 | 1101110 | 11110110 | 1100100 | 110111 | 0 | 100 | 11010101 | 1100100 | 110000 |
Color Harmonies of #006EF6
Complementary color
Monochromatic Colors of #006EF6
Black with #006EF6
Text Example
Text Example
White with #006EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EF6; }
p { color: rgb(0,110,246); }
H1.HeaderClassName
{
color: #006EF6;
}
.AnyTagClassName
{
color: #006EF6;
}
</style>
background-color css
<style>
a { background-color: #006EF6; }
a { background-color: rgb(0,110,246); }
div.DivClassName
{
background-color: #006EF6;
}
.BgClassName
{
background-color: #006EF6;
}
</style>
border-color css
<style>
span { border-color: #006EF6; }
span { border-color: rgb(0,110,246); }
td.TdClassName
{
border-color: #006EF6;
}
.TagClassName
{
border-color: #006EF6;
}
</style>