Shades of Havelock Blue #6481BC
Tints of Havelock Blue #6481BC
RGB
CMYK
RGB Variations
Color information
#6481BC (or 0x6481BC) is known color: Havelock Blue. HEX triplet: 64, 81 and BC. RGB value is (100,129,188). Sum of RGB (Red+Green+Blue) = 100+129+188=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6481BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481BC is #9B7E43. Grayscale: #7E7E7E. Windows color (decimal): -10190404 or 12353892. OLE color: 12353892.
HSL color Cylindrical-coordinate representation of color #6481BC: hue angle of 220.23º 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 #6481BC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 129 | 188 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.26 |
| HSL | 220.23º | 0.4% | 0.56% | - |
| HSV(B) | 220.23º | 0.47% | 0.74% | - |
| XYZ | 22.18 | 22.04 | 50.66 | - |
| YUV | 127.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 188 | 0.47 | 0.31 | 0 | 0.26 | 220.23 | 0.4 | 0.56 |
| Hex | 64 | 81 | BC | 2F | 1F | 0 | 1A | DC | 28 | 38 |
| Octal | 144 | 201 | 274 | 57 | 37 | 0 | 32 | 334 | 50 | 70 |
| Binary | 1100100 | 10000001 | 10111100 | 101111 | 11111 | 0 | 11010 | 11011100 | 101000 | 111000 |
Color Harmonies of #6481BC
Complementary color
Monochromatic Colors of #6481BC
Black with #6481BC
Text Example
Text Example
White with #6481BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6481BC; }
p { color: rgb(100,129,188); }
H1.HeaderClassName
{
color: #6481BC;
}
.AnyTagClassName
{
color: #6481BC;
}
</style>
background-color css
<style>
a { background-color: #6481BC; }
a { background-color: rgb(100,129,188); }
div.DivClassName
{
background-color: #6481BC;
}
.BgClassName
{
background-color: #6481BC;
}
</style>
border-color css
<style>
span { border-color: #6481BC; }
span { border-color: rgb(100,129,188); }
td.TdClassName
{
border-color: #6481BC;
}
.TagClassName
{
border-color: #6481BC;
}
</style>