Shades of Navy Blue #0669F9
Tints of Navy Blue #0669F9
RGB
CMYK
RGB Variations
Color information
#0669F9 (or 0x0669F9) is known color: Navy Blue. HEX triplet: 06, 69 and F9. RGB value is (6,105,249). Sum of RGB (Red+Green+Blue) = 6+105+249=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #0669F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0669F9 is #F99606. Grayscale: #5B5B5B. Windows color (decimal): -16356871 or 16345350. OLE color: 16345350.
HSL color Cylindrical-coordinate representation of color #0669F9: hue angle of 215.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0669F9 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 105 | 249 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.02 |
| HSL | 215.56º | 0.95% | 0.5% | - |
| HSV(B) | 215.56º | 0.98% | 0.98% | - |
| XYZ | 22.23 | 16.98 | 91.73 | - |
| YUV | 91.82 | 216.7 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 249 | 0.98 | 0.58 | 0 | 0.02 | 215.56 | 0.95 | 0.5 |
| Hex | 6 | 69 | F9 | 62 | 3A | 0 | 2 | D8 | 5F | 32 |
| Octal | 6 | 151 | 371 | 142 | 72 | 0 | 2 | 330 | 137 | 62 |
| Binary | 110 | 1101001 | 11111001 | 1100010 | 111010 | 0 | 10 | 11011000 | 1011111 | 110010 |
Color Harmonies of #0669F9
Complementary color
Monochromatic Colors of #0669F9
Black with #0669F9
Text Example
Text Example
White with #0669F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669F9; }
p { color: rgb(6,105,249); }
H1.HeaderClassName
{
color: #0669F9;
}
.AnyTagClassName
{
color: #0669F9;
}
</style>
background-color css
<style>
a { background-color: #0669F9; }
a { background-color: rgb(6,105,249); }
div.DivClassName
{
background-color: #0669F9;
}
.BgClassName
{
background-color: #0669F9;
}
</style>
border-color css
<style>
span { border-color: #0669F9; }
span { border-color: rgb(6,105,249); }
td.TdClassName
{
border-color: #0669F9;
}
.TagClassName
{
border-color: #0669F9;
}
</style>