Shades of Havelock Blue #6480BC
Tints of Havelock Blue #6480BC
RGB
CMYK
RGB Variations
Color information
#6480BC (or 0x6480BC) is known color: Havelock Blue. HEX triplet: 64, 80 and BC. RGB value is (100,128,188). Sum of RGB (Red+Green+Blue) = 100+128+188=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6480BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480BC is #9B7F43. Grayscale: #7E7E7E. Windows color (decimal): -10190660 or 12353636. OLE color: 12353636.
HSL color Cylindrical-coordinate representation of color #6480BC: hue angle of 220.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6480BC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 128 | 188 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.26 |
| HSL | 220.91º | 0.4% | 0.56% | - |
| HSV(B) | 220.91º | 0.47% | 0.74% | - |
| XYZ | 22.05 | 21.78 | 50.62 | - |
| YUV | 126.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 188 | 0.47 | 0.32 | 0 | 0.26 | 220.91 | 0.4 | 0.56 |
| Hex | 64 | 80 | BC | 2F | 20 | 0 | 1A | DD | 28 | 38 |
| Octal | 144 | 200 | 274 | 57 | 40 | 0 | 32 | 335 | 50 | 70 |
| Binary | 1100100 | 10000000 | 10111100 | 101111 | 100000 | 0 | 11010 | 11011101 | 101000 | 111000 |
Color Harmonies of #6480BC
Complementary color
Monochromatic Colors of #6480BC
Black with #6480BC
Text Example
Text Example
White with #6480BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6480BC; }
p { color: rgb(100,128,188); }
H1.HeaderClassName
{
color: #6480BC;
}
.AnyTagClassName
{
color: #6480BC;
}
</style>
background-color css
<style>
a { background-color: #6480BC; }
a { background-color: rgb(100,128,188); }
div.DivClassName
{
background-color: #6480BC;
}
.BgClassName
{
background-color: #6480BC;
}
</style>
border-color css
<style>
span { border-color: #6480BC; }
span { border-color: rgb(100,128,188); }
td.TdClassName
{
border-color: #6480BC;
}
.TagClassName
{
border-color: #6480BC;
}
</style>