Shades of Havelock Blue #6484D5
Tints of Havelock Blue #6484D5
RGB
CMYK
RGB Variations
Color information
#6484D5 (or 0x6484D5) is known color: Havelock Blue. HEX triplet: 64, 84 and D5. RGB value is (100,132,213). Sum of RGB (Red+Green+Blue) = 100+132+213=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #6484D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484D5 is #9B7B2A. Grayscale: #838383. Windows color (decimal): -10189611 or 13993060. OLE color: 13993060.
HSL color Cylindrical-coordinate representation of color #6484D5: hue angle of 223.01º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6484D5 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 132 | 213 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.16 |
| HSL | 223.01º | 0.57% | 0.61% | - |
| HSV(B) | 223.01º | 0.53% | 0.84% | - |
| XYZ | 25.52 | 24.02 | 66.24 | - |
| YUV | 131.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 213 | 0.53 | 0.38 | 0 | 0.16 | 223.01 | 0.57 | 0.61 |
| Hex | 64 | 84 | D5 | 35 | 26 | 0 | 10 | DF | 39 | 3D |
| Octal | 144 | 204 | 325 | 65 | 46 | 0 | 20 | 337 | 71 | 75 |
| Binary | 1100100 | 10000100 | 11010101 | 110101 | 100110 | 0 | 10000 | 11011111 | 111001 | 111101 |
Color Harmonies of #6484D5
Complementary color
Monochromatic Colors of #6484D5
Black with #6484D5
Text Example
Text Example
White with #6484D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484D5; }
p { color: rgb(100,132,213); }
H1.HeaderClassName
{
color: #6484D5;
}
.AnyTagClassName
{
color: #6484D5;
}
</style>
background-color css
<style>
a { background-color: #6484D5; }
a { background-color: rgb(100,132,213); }
div.DivClassName
{
background-color: #6484D5;
}
.BgClassName
{
background-color: #6484D5;
}
</style>
border-color css
<style>
span { border-color: #6484D5; }
span { border-color: rgb(100,132,213); }
td.TdClassName
{
border-color: #6484D5;
}
.TagClassName
{
border-color: #6484D5;
}
</style>