Shades of Navy Blue #0669CF
Tints of Navy Blue #0669CF
RGB
CMYK
RGB Variations
Color information
#0669CF (or 0x0669CF) is known color: Navy Blue. HEX triplet: 06, 69 and CF. RGB value is (6,105,207). Sum of RGB (Red+Green+Blue) = 6+105+207=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #0669CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669CF is #F99630. Grayscale: #565656. Windows color (decimal): -16356913 or 13592838. OLE color: 13592838.
HSL color Cylindrical-coordinate representation of color #0669CF: hue angle of 210.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669CF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 105 | 207 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.19 |
| HSL | 210.45º | 0.94% | 0.42% | - |
| HSV(B) | 210.45º | 0.97% | 0.81% | - |
| XYZ | 16.39 | 14.65 | 60.99 | - |
| YUV | 87.03 | 195.7 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 207 | 0.97 | 0.49 | 0 | 0.19 | 210.45 | 0.94 | 0.42 |
| Hex | 6 | 69 | CF | 61 | 31 | 0 | 13 | D2 | 5E | 2A |
| Octal | 6 | 151 | 317 | 141 | 61 | 0 | 23 | 322 | 136 | 52 |
| Binary | 110 | 1101001 | 11001111 | 1100001 | 110001 | 0 | 10011 | 11010010 | 1011110 | 101010 |
Color Harmonies of #0669CF
Complementary color
Monochromatic Colors of #0669CF
Black with #0669CF
Text Example
Text Example
White with #0669CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669CF; }
p { color: rgb(6,105,207); }
H1.HeaderClassName
{
color: #0669CF;
}
.AnyTagClassName
{
color: #0669CF;
}
</style>
background-color css
<style>
a { background-color: #0669CF; }
a { background-color: rgb(6,105,207); }
div.DivClassName
{
background-color: #0669CF;
}
.BgClassName
{
background-color: #0669CF;
}
</style>
border-color css
<style>
span { border-color: #0669CF; }
span { border-color: rgb(6,105,207); }
td.TdClassName
{
border-color: #0669CF;
}
.TagClassName
{
border-color: #0669CF;
}
</style>