Shades of Navy Blue #0669DE
Tints of Navy Blue #0669DE
RGB
CMYK
RGB Variations
Color information
#0669DE (or 0x0669DE) is known color: Navy Blue. HEX triplet: 06, 69 and DE. RGB value is (6,105,222). Sum of RGB (Red+Green+Blue) = 6+105+222=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #0669DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669DE is #F99621. Grayscale: #585858. Windows color (decimal): -16356898 or 14575878. OLE color: 14575878.
HSL color Cylindrical-coordinate representation of color #0669DE: hue angle of 212.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669DE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 105 | 222 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.13 |
| HSL | 212.5º | 0.95% | 0.45% | - |
| HSV(B) | 212.5º | 0.97% | 0.87% | - |
| XYZ | 18.31 | 15.42 | 71.12 | - |
| YUV | 88.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 222 | 0.97 | 0.53 | 0 | 0.13 | 212.5 | 0.95 | 0.45 |
| Hex | 6 | 69 | DE | 61 | 35 | 0 | D | D4 | 5F | 2D |
| Octal | 6 | 151 | 336 | 141 | 65 | 0 | 15 | 324 | 137 | 55 |
| Binary | 110 | 1101001 | 11011110 | 1100001 | 110101 | 0 | 1101 | 11010100 | 1011111 | 101101 |
Color Harmonies of #0669DE
Complementary color
Monochromatic Colors of #0669DE
Black with #0669DE
Text Example
Text Example
White with #0669DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669DE; }
p { color: rgb(6,105,222); }
H1.HeaderClassName
{
color: #0669DE;
}
.AnyTagClassName
{
color: #0669DE;
}
</style>
background-color css
<style>
a { background-color: #0669DE; }
a { background-color: rgb(6,105,222); }
div.DivClassName
{
background-color: #0669DE;
}
.BgClassName
{
background-color: #0669DE;
}
</style>
border-color css
<style>
span { border-color: #0669DE; }
span { border-color: rgb(6,105,222); }
td.TdClassName
{
border-color: #0669DE;
}
.TagClassName
{
border-color: #0669DE;
}
</style>