Shades of Navy Blue #0646DC
Tints of Navy Blue #0646DC
RGB
CMYK
RGB Variations
Color information
#0646DC (or 0x0646DC) is known color: Navy Blue. HEX triplet: 06, 46 and DC. RGB value is (6,70,220). Sum of RGB (Red+Green+Blue) = 6+70+220=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #0646DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0646DC is #F9B923. Grayscale: #434343. Windows color (decimal): -16365860 or 14435846. OLE color: 14435846.
HSL color Cylindrical-coordinate representation of color #0646DC: hue angle of 222.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0646DC is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 70 | 220 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.14 |
| HSL | 222.06º | 0.95% | 0.44% | - |
| HSV(B) | 222.06º | 0.97% | 0.86% | - |
| XYZ | 15.18 | 9.59 | 68.76 | - |
| YUV | 67.96 | 213.8 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 220 | 0.97 | 0.68 | 0 | 0.14 | 222.06 | 0.95 | 0.44 |
| Hex | 6 | 46 | DC | 61 | 44 | 0 | E | DE | 5F | 2C |
| Octal | 6 | 106 | 334 | 141 | 104 | 0 | 16 | 336 | 137 | 54 |
| Binary | 110 | 1000110 | 11011100 | 1100001 | 1000100 | 0 | 1110 | 11011110 | 1011111 | 101100 |
Color Harmonies of #0646DC
Complementary color
Monochromatic Colors of #0646DC
Black with #0646DC
Text Example
Text Example
White with #0646DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0646DC; }
p { color: rgb(6,70,220); }
H1.HeaderClassName
{
color: #0646DC;
}
.AnyTagClassName
{
color: #0646DC;
}
</style>
background-color css
<style>
a { background-color: #0646DC; }
a { background-color: rgb(6,70,220); }
div.DivClassName
{
background-color: #0646DC;
}
.BgClassName
{
background-color: #0646DC;
}
</style>
border-color css
<style>
span { border-color: #0646DC; }
span { border-color: rgb(6,70,220); }
td.TdClassName
{
border-color: #0646DC;
}
.TagClassName
{
border-color: #0646DC;
}
</style>