Shades of Havelock Blue #6480CB
Tints of Havelock Blue #6480CB
RGB
CMYK
RGB Variations
Color information
#6480CB (or 0x6480CB) is known color: Havelock Blue. HEX triplet: 64, 80 and CB. RGB value is (100,128,203). Sum of RGB (Red+Green+Blue) = 100+128+203=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #6480CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CB is #9B7F34. Grayscale: #7F7F7F. Windows color (decimal): -10190645 or 13336676. OLE color: 13336676.
HSL color Cylindrical-coordinate representation of color #6480CB: hue angle of 223.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6480CB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 128 | 203 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.20 |
| HSL | 223.69º | 0.5% | 0.59% | - |
| HSV(B) | 223.69º | 0.51% | 0.8% | - |
| XYZ | 23.75 | 22.46 | 59.58 | - |
| YUV | 128.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 203 | 0.51 | 0.37 | 0 | 0.20 | 223.69 | 0.5 | 0.59 |
| Hex | 64 | 80 | CB | 33 | 25 | 0 | 14 | E0 | 32 | 3B |
| Octal | 144 | 200 | 313 | 63 | 45 | 0 | 24 | 340 | 62 | 73 |
| Binary | 1100100 | 10000000 | 11001011 | 110011 | 100101 | 0 | 10100 | 11100000 | 110010 | 111011 |
Color Harmonies of #6480CB
Complementary color
Monochromatic Colors of #6480CB
Black with #6480CB
Text Example
Text Example
White with #6480CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6480CB; }
p { color: rgb(100,128,203); }
H1.HeaderClassName
{
color: #6480CB;
}
.AnyTagClassName
{
color: #6480CB;
}
</style>
background-color css
<style>
a { background-color: #6480CB; }
a { background-color: rgb(100,128,203); }
div.DivClassName
{
background-color: #6480CB;
}
.BgClassName
{
background-color: #6480CB;
}
</style>
border-color css
<style>
span { border-color: #6480CB; }
span { border-color: rgb(100,128,203); }
td.TdClassName
{
border-color: #6480CB;
}
.TagClassName
{
border-color: #6480CB;
}
</style>