Shades of Havelock Blue #6481CC
Tints of Havelock Blue #6481CC
RGB
CMYK
RGB Variations
Color information
#6481CC (or 0x6481CC) is known color: Havelock Blue. HEX triplet: 64, 81 and CC. RGB value is (100,129,204). Sum of RGB (Red+Green+Blue) = 100+129+204=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #6481CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481CC is #9B7E33. Grayscale: #808080. Windows color (decimal): -10190388 or 13402468. OLE color: 13402468.
HSL color Cylindrical-coordinate representation of color #6481CC: hue angle of 223.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6481CC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 129 | 204 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.2 |
| HSL | 223.27º | 0.5% | 0.6% | - |
| HSV(B) | 223.27º | 0.51% | 0.8% | - |
| XYZ | 24 | 22.77 | 60.26 | - |
| YUV | 128.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 204 | 0.51 | 0.37 | 0 | 0.2 | 223.27 | 0.5 | 0.6 |
| Hex | 64 | 81 | CC | 33 | 25 | 0 | 14 | DF | 32 | 3C |
| Octal | 144 | 201 | 314 | 63 | 45 | 0 | 24 | 337 | 62 | 74 |
| Binary | 1100100 | 10000001 | 11001100 | 110011 | 100101 | 0 | 10100 | 11011111 | 110010 | 111100 |
Color Harmonies of #6481CC
Complementary color
Monochromatic Colors of #6481CC
Black with #6481CC
Text Example
Text Example
White with #6481CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6481CC; }
p { color: rgb(100,129,204); }
H1.HeaderClassName
{
color: #6481CC;
}
.AnyTagClassName
{
color: #6481CC;
}
</style>
background-color css
<style>
a { background-color: #6481CC; }
a { background-color: rgb(100,129,204); }
div.DivClassName
{
background-color: #6481CC;
}
.BgClassName
{
background-color: #6481CC;
}
</style>
border-color css
<style>
span { border-color: #6481CC; }
span { border-color: rgb(100,129,204); }
td.TdClassName
{
border-color: #6481CC;
}
.TagClassName
{
border-color: #6481CC;
}
</style>