Shades of Havelock Blue #6479D9
Tints of Havelock Blue #6479D9
RGB
CMYK
RGB Variations
Color information
#6479D9 (or 0x6479D9) is known color: Havelock Blue. HEX triplet: 64, 79 and D9. RGB value is (100,121,217). Sum of RGB (Red+Green+Blue) = 100+121+217=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #6479D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479D9 is #9B8626. Grayscale: #7D7D7D. Windows color (decimal): -10192423 or 14252388. OLE color: 14252388.
HSL color Cylindrical-coordinate representation of color #6479D9: hue angle of 229.23º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6479D9 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 121 | 217 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.15 |
| HSL | 229.23º | 0.61% | 0.62% | - |
| HSV(B) | 229.23º | 0.54% | 0.85% | - |
| XYZ | 24.62 | 21.39 | 68.48 | - |
| YUV | 125.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 217 | 0.54 | 0.44 | 0 | 0.15 | 229.23 | 0.61 | 0.62 |
| Hex | 64 | 79 | D9 | 36 | 2C | 0 | F | E5 | 3D | 3E |
| Octal | 144 | 171 | 331 | 66 | 54 | 0 | 17 | 345 | 75 | 76 |
| Binary | 1100100 | 1111001 | 11011001 | 110110 | 101100 | 0 | 1111 | 11100101 | 111101 | 111110 |
Color Harmonies of #6479D9
Complementary color
Monochromatic Colors of #6479D9
Black with #6479D9
Text Example
Text Example
White with #6479D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479D9; }
p { color: rgb(100,121,217); }
H1.HeaderClassName
{
color: #6479D9;
}
.AnyTagClassName
{
color: #6479D9;
}
</style>
background-color css
<style>
a { background-color: #6479D9; }
a { background-color: rgb(100,121,217); }
div.DivClassName
{
background-color: #6479D9;
}
.BgClassName
{
background-color: #6479D9;
}
</style>
border-color css
<style>
span { border-color: #6479D9; }
span { border-color: rgb(100,121,217); }
td.TdClassName
{
border-color: #6479D9;
}
.TagClassName
{
border-color: #6479D9;
}
</style>