Shades of Havelock Blue #6578DA
Tints of Havelock Blue #6578DA
RGB
CMYK
RGB Variations
Color information
#6578DA (or 0x6578DA) is known color: Havelock Blue. HEX triplet: 65, 78 and DA. RGB value is (101,120,218). Sum of RGB (Red+Green+Blue) = 101+120+218=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #6578DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6578DA is #9A8725. Grayscale: #7D7D7D. Windows color (decimal): -10127142 or 14317669. OLE color: 14317669.
HSL color Cylindrical-coordinate representation of color #6578DA: hue angle of 230.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6578DA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 120 | 218 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.15 |
| HSL | 230.26º | 0.61% | 0.63% | - |
| HSV(B) | 230.26º | 0.54% | 0.85% | - |
| XYZ | 24.74 | 21.26 | 69.13 | - |
| YUV | 125.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 218 | 0.54 | 0.45 | 0 | 0.15 | 230.26 | 0.61 | 0.63 |
| Hex | 65 | 78 | DA | 36 | 2D | 0 | F | E6 | 3D | 3F |
| Octal | 145 | 170 | 332 | 66 | 55 | 0 | 17 | 346 | 75 | 77 |
| Binary | 1100101 | 1111000 | 11011010 | 110110 | 101101 | 0 | 1111 | 11100110 | 111101 | 111111 |
Color Harmonies of #6578DA
Complementary color
Monochromatic Colors of #6578DA
Black with #6578DA
Text Example
Text Example
White with #6578DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6578DA; }
p { color: rgb(101,120,218); }
H1.HeaderClassName
{
color: #6578DA;
}
.AnyTagClassName
{
color: #6578DA;
}
</style>
background-color css
<style>
a { background-color: #6578DA; }
a { background-color: rgb(101,120,218); }
div.DivClassName
{
background-color: #6578DA;
}
.BgClassName
{
background-color: #6578DA;
}
</style>
border-color css
<style>
span { border-color: #6578DA; }
span { border-color: rgb(101,120,218); }
td.TdClassName
{
border-color: #6578DA;
}
.TagClassName
{
border-color: #6578DA;
}
</style>