Shades of Havelock Blue #6480CF
Tints of Havelock Blue #6480CF
RGB
CMYK
RGB Variations
Color information
#6480CF (or 0x6480CF) is known color: Havelock Blue. HEX triplet: 64, 80 and CF. RGB value is (100,128,207). Sum of RGB (Red+Green+Blue) = 100+128+207=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #6480CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CF is #9B7F30. Grayscale: #808080. Windows color (decimal): -10190641 or 13598820. OLE color: 13598820.
HSL color Cylindrical-coordinate representation of color #6480CF: hue angle of 224.3º 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 #6480CF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 128 | 207 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.19 |
| HSL | 224.3º | 0.53% | 0.6% | - |
| HSV(B) | 224.3º | 0.52% | 0.81% | - |
| XYZ | 24.24 | 22.65 | 62.13 | - |
| YUV | 128.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 207 | 0.52 | 0.38 | 0 | 0.19 | 224.3 | 0.53 | 0.6 |
| Hex | 64 | 80 | CF | 34 | 26 | 0 | 13 | E0 | 35 | 3C |
| Octal | 144 | 200 | 317 | 64 | 46 | 0 | 23 | 340 | 65 | 74 |
| Binary | 1100100 | 10000000 | 11001111 | 110100 | 100110 | 0 | 10011 | 11100000 | 110101 | 111100 |
Color Harmonies of #6480CF
Complementary color
Monochromatic Colors of #6480CF
Black with #6480CF
Text Example
Text Example
White with #6480CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6480CF; }
p { color: rgb(100,128,207); }
H1.HeaderClassName
{
color: #6480CF;
}
.AnyTagClassName
{
color: #6480CF;
}
</style>
background-color css
<style>
a { background-color: #6480CF; }
a { background-color: rgb(100,128,207); }
div.DivClassName
{
background-color: #6480CF;
}
.BgClassName
{
background-color: #6480CF;
}
</style>
border-color css
<style>
span { border-color: #6480CF; }
span { border-color: rgb(100,128,207); }
td.TdClassName
{
border-color: #6480CF;
}
.TagClassName
{
border-color: #6480CF;
}
</style>