Shades of Navy Blue #0660FF
Tints of Navy Blue #0660FF
RGB
CMYK
RGB Variations
Color information
#0660FF (or 0x0660FF) is known color: Navy Blue. HEX triplet: 06, 60 and FF. RGB value is (6,96,255). Sum of RGB (Red+Green+Blue) = 6+96+255=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0660FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0660FF is #F99F00. Grayscale: #565656. Windows color (decimal): -16359169 or 16736262. OLE color: 16736262.
HSL color Cylindrical-coordinate representation of color #0660FF: hue angle of 218.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0660FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 96 | 255 | - |
| CMYK | 0.98 | 0.62 | 0 | 0 |
| HSL | 218.31º | 1% | 0.51% | - |
| HSV(B) | 218.31º | 0.98% | 1% | - |
| XYZ | 22.31 | 15.62 | 96.45 | - |
| YUV | 87.22 | 222.68 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 255 | 0.98 | 0.62 | 0 | 0 | 218.31 | 1 | 0.51 |
| Hex | 6 | 60 | FF | 62 | 3E | 0 | 0 | DA | 64 | 33 |
| Octal | 6 | 140 | 377 | 142 | 76 | 0 | 0 | 332 | 144 | 63 |
| Binary | 110 | 1100000 | 11111111 | 1100010 | 111110 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #0660FF
Complementary color
Monochromatic Colors of #0660FF
Black with #0660FF
Text Example
Text Example
White with #0660FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660FF; }
p { color: rgb(6,96,255); }
H1.HeaderClassName
{
color: #0660FF;
}
.AnyTagClassName
{
color: #0660FF;
}
</style>
background-color css
<style>
a { background-color: #0660FF; }
a { background-color: rgb(6,96,255); }
div.DivClassName
{
background-color: #0660FF;
}
.BgClassName
{
background-color: #0660FF;
}
</style>
border-color css
<style>
span { border-color: #0660FF; }
span { border-color: rgb(6,96,255); }
td.TdClassName
{
border-color: #0660FF;
}
.TagClassName
{
border-color: #0660FF;
}
</style>