Shades of Havelock Blue #6178DA
Tints of Havelock Blue #6178DA
RGB
CMYK
RGB Variations
Color information
#6178DA (or 0x6178DA) is known color: Havelock Blue. HEX triplet: 61, 78 and DA. RGB value is (97,120,218). Sum of RGB (Red+Green+Blue) = 97+120+218=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #6178DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178DA is #9E8725. Grayscale: #7B7B7B. Windows color (decimal): -10389286 or 14317665. OLE color: 14317665.
HSL color Cylindrical-coordinate representation of color #6178DA: hue angle of 228.6º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6178DA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 120 | 218 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.15 |
| HSL | 228.6º | 0.62% | 0.62% | - |
| HSV(B) | 228.6º | 0.56% | 0.85% | - |
| XYZ | 24.3 | 21.04 | 69.11 | - |
| YUV | 124.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 218 | 0.56 | 0.45 | 0 | 0.15 | 228.6 | 0.62 | 0.62 |
| Hex | 61 | 78 | DA | 38 | 2D | 0 | F | E5 | 3E | 3E |
| Octal | 141 | 170 | 332 | 70 | 55 | 0 | 17 | 345 | 76 | 76 |
| Binary | 1100001 | 1111000 | 11011010 | 111000 | 101101 | 0 | 1111 | 11100101 | 111110 | 111110 |
Color Harmonies of #6178DA
Complementary color
Monochromatic Colors of #6178DA
Black with #6178DA
Text Example
Text Example
White with #6178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6178DA; }
p { color: rgb(97,120,218); }
H1.HeaderClassName
{
color: #6178DA;
}
.AnyTagClassName
{
color: #6178DA;
}
</style>
background-color css
<style>
a { background-color: #6178DA; }
a { background-color: rgb(97,120,218); }
div.DivClassName
{
background-color: #6178DA;
}
.BgClassName
{
background-color: #6178DA;
}
</style>
border-color css
<style>
span { border-color: #6178DA; }
span { border-color: rgb(97,120,218); }
td.TdClassName
{
border-color: #6178DA;
}
.TagClassName
{
border-color: #6178DA;
}
</style>