Shades of Havelock Blue #6486CF
Tints of Havelock Blue #6486CF
RGB
CMYK
RGB Variations
Color information
#6486CF (or 0x6486CF) is known color: Havelock Blue. HEX triplet: 64, 86 and CF. RGB value is (100,134,207). Sum of RGB (Red+Green+Blue) = 100+134+207=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #6486CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486CF is #9B7930. Grayscale: #838383. Windows color (decimal): -10189105 or 13600356. OLE color: 13600356.
HSL color Cylindrical-coordinate representation of color #6486CF: hue angle of 220.93º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6486CF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 134 | 207 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.19 |
| HSL | 220.93º | 0.53% | 0.6% | - |
| HSV(B) | 220.93º | 0.52% | 0.81% | - |
| XYZ | 25.04 | 24.26 | 62.4 | - |
| YUV | 132.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 207 | 0.52 | 0.35 | 0 | 0.19 | 220.93 | 0.53 | 0.6 |
| Hex | 64 | 86 | CF | 34 | 23 | 0 | 13 | DD | 35 | 3C |
| Octal | 144 | 206 | 317 | 64 | 43 | 0 | 23 | 335 | 65 | 74 |
| Binary | 1100100 | 10000110 | 11001111 | 110100 | 100011 | 0 | 10011 | 11011101 | 110101 | 111100 |
Color Harmonies of #6486CF
Complementary color
Monochromatic Colors of #6486CF
Black with #6486CF
Text Example
Text Example
White with #6486CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6486CF; }
p { color: rgb(100,134,207); }
H1.HeaderClassName
{
color: #6486CF;
}
.AnyTagClassName
{
color: #6486CF;
}
</style>
background-color css
<style>
a { background-color: #6486CF; }
a { background-color: rgb(100,134,207); }
div.DivClassName
{
background-color: #6486CF;
}
.BgClassName
{
background-color: #6486CF;
}
</style>
border-color css
<style>
span { border-color: #6486CF; }
span { border-color: rgb(100,134,207); }
td.TdClassName
{
border-color: #6486CF;
}
.TagClassName
{
border-color: #6486CF;
}
</style>