Shades of Navy Blue #0661EC
Tints of Navy Blue #0661EC
RGB
CMYK
RGB Variations
Color information
#0661EC (or 0x0661EC) is known color: Navy Blue. HEX triplet: 06, 61 and EC. RGB value is (6,97,236). Sum of RGB (Red+Green+Blue) = 6+97+236=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #0661EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0661EC is #F99E13. Grayscale: #545454. Windows color (decimal): -16358932 or 15491334. OLE color: 15491334.
HSL color Cylindrical-coordinate representation of color #0661EC: hue angle of 216.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0661EC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 97 | 236 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.07 |
| HSL | 216.26º | 0.95% | 0.47% | - |
| HSV(B) | 216.26º | 0.97% | 0.93% | - |
| XYZ | 19.49 | 14.64 | 81.16 | - |
| YUV | 85.64 | 212.85 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 236 | 0.97 | 0.59 | 0 | 0.07 | 216.26 | 0.95 | 0.47 |
| Hex | 6 | 61 | EC | 61 | 3B | 0 | 7 | D8 | 5F | 2F |
| Octal | 6 | 141 | 354 | 141 | 73 | 0 | 7 | 330 | 137 | 57 |
| Binary | 110 | 1100001 | 11101100 | 1100001 | 111011 | 0 | 111 | 11011000 | 1011111 | 101111 |
Color Harmonies of #0661EC
Complementary color
Monochromatic Colors of #0661EC
Black with #0661EC
Text Example
Text Example
White with #0661EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0661EC; }
p { color: rgb(6,97,236); }
H1.HeaderClassName
{
color: #0661EC;
}
.AnyTagClassName
{
color: #0661EC;
}
</style>
background-color css
<style>
a { background-color: #0661EC; }
a { background-color: rgb(6,97,236); }
div.DivClassName
{
background-color: #0661EC;
}
.BgClassName
{
background-color: #0661EC;
}
</style>
border-color css
<style>
span { border-color: #0661EC; }
span { border-color: rgb(6,97,236); }
td.TdClassName
{
border-color: #0661EC;
}
.TagClassName
{
border-color: #0661EC;
}
</style>