Shades of Navy Blue #0669DD
Tints of Navy Blue #0669DD
RGB
CMYK
RGB Variations
Color information
#0669DD (or 0x0669DD) is known color: Navy Blue. HEX triplet: 06, 69 and DD. RGB value is (6,105,221). Sum of RGB (Red+Green+Blue) = 6+105+221=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #0669DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669DD is #F99622. Grayscale: #585858. Windows color (decimal): -16356899 or 14510342. OLE color: 14510342.
HSL color Cylindrical-coordinate representation of color #0669DD: hue angle of 212.37º 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 #0669DD is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 105 | 221 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 212.37º | 0.95% | 0.45% | - |
| HSV(B) | 212.37º | 0.97% | 0.87% | - |
| XYZ | 18.18 | 15.36 | 70.41 | - |
| YUV | 88.62 | 202.7 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 221 | 0.97 | 0.52 | 0 | 0.13 | 212.37 | 0.95 | 0.45 |
| Hex | 6 | 69 | DD | 61 | 34 | 0 | D | D4 | 5F | 2D |
| Octal | 6 | 151 | 335 | 141 | 64 | 0 | 15 | 324 | 137 | 55 |
| Binary | 110 | 1101001 | 11011101 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011111 | 101101 |
Color Harmonies of #0669DD
Complementary color
Monochromatic Colors of #0669DD
Black with #0669DD
Text Example
Text Example
White with #0669DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669DD; }
p { color: rgb(6,105,221); }
H1.HeaderClassName
{
color: #0669DD;
}
.AnyTagClassName
{
color: #0669DD;
}
</style>
background-color css
<style>
a { background-color: #0669DD; }
a { background-color: rgb(6,105,221); }
div.DivClassName
{
background-color: #0669DD;
}
.BgClassName
{
background-color: #0669DD;
}
</style>
border-color css
<style>
span { border-color: #0669DD; }
span { border-color: rgb(6,105,221); }
td.TdClassName
{
border-color: #0669DD;
}
.TagClassName
{
border-color: #0669DD;
}
</style>