Shades of Havelock Blue #6178D9
Tints of Havelock Blue #6178D9
RGB
CMYK
RGB Variations
Color information
#6178D9 (or 0x6178D9) is known color: Havelock Blue. HEX triplet: 61, 78 and D9. RGB value is (97,120,217). Sum of RGB (Red+Green+Blue) = 97+120+217=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #6178D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178D9 is #9E8726. Grayscale: #7B7B7B. Windows color (decimal): -10389287 or 14252129. OLE color: 14252129.
HSL color Cylindrical-coordinate representation of color #6178D9: hue angle of 228.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6178D9 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 120 | 217 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.15 |
| HSL | 228.5º | 0.61% | 0.62% | - |
| HSV(B) | 228.5º | 0.55% | 0.85% | - |
| XYZ | 24.17 | 20.98 | 68.42 | - |
| YUV | 124.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 217 | 0.55 | 0.45 | 0 | 0.15 | 228.5 | 0.61 | 0.62 |
| Hex | 61 | 78 | D9 | 37 | 2D | 0 | F | E4 | 3D | 3E |
| Octal | 141 | 170 | 331 | 67 | 55 | 0 | 17 | 344 | 75 | 76 |
| Binary | 1100001 | 1111000 | 11011001 | 110111 | 101101 | 0 | 1111 | 11100100 | 111101 | 111110 |
Color Harmonies of #6178D9
Complementary color
Monochromatic Colors of #6178D9
Black with #6178D9
Text Example
Text Example
White with #6178D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6178D9; }
p { color: rgb(97,120,217); }
H1.HeaderClassName
{
color: #6178D9;
}
.AnyTagClassName
{
color: #6178D9;
}
</style>
background-color css
<style>
a { background-color: #6178D9; }
a { background-color: rgb(97,120,217); }
div.DivClassName
{
background-color: #6178D9;
}
.BgClassName
{
background-color: #6178D9;
}
</style>
border-color css
<style>
span { border-color: #6178D9; }
span { border-color: rgb(97,120,217); }
td.TdClassName
{
border-color: #6178D9;
}
.TagClassName
{
border-color: #6178D9;
}
</style>