Shades of Havelock Blue #6179DA
Tints of Havelock Blue #6179DA
RGB
CMYK
RGB Variations
Color information
#6179DA (or 0x6179DA) is known color: Havelock Blue. HEX triplet: 61, 79 and DA. RGB value is (97,121,218). Sum of RGB (Red+Green+Blue) = 97+121+218=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #6179DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6179DA is #9E8625. Grayscale: #7C7C7C. Windows color (decimal): -10389030 or 14317921. OLE color: 14317921.
HSL color Cylindrical-coordinate representation of color #6179DA: hue angle of 228.1º 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 #6179DA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 121 | 218 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.15 |
| HSL | 228.1º | 0.62% | 0.62% | - |
| HSV(B) | 228.1º | 0.56% | 0.85% | - |
| XYZ | 24.42 | 21.28 | 69.15 | - |
| YUV | 124.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 218 | 0.56 | 0.44 | 0 | 0.15 | 228.1 | 0.62 | 0.62 |
| Hex | 61 | 79 | DA | 38 | 2C | 0 | F | E4 | 3E | 3E |
| Octal | 141 | 171 | 332 | 70 | 54 | 0 | 17 | 344 | 76 | 76 |
| Binary | 1100001 | 1111001 | 11011010 | 111000 | 101100 | 0 | 1111 | 11100100 | 111110 | 111110 |
Color Harmonies of #6179DA
Complementary color
Monochromatic Colors of #6179DA
Black with #6179DA
Text Example
Text Example
White with #6179DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6179DA; }
p { color: rgb(97,121,218); }
H1.HeaderClassName
{
color: #6179DA;
}
.AnyTagClassName
{
color: #6179DA;
}
</style>
background-color css
<style>
a { background-color: #6179DA; }
a { background-color: rgb(97,121,218); }
div.DivClassName
{
background-color: #6179DA;
}
.BgClassName
{
background-color: #6179DA;
}
</style>
border-color css
<style>
span { border-color: #6179DA; }
span { border-color: rgb(97,121,218); }
td.TdClassName
{
border-color: #6179DA;
}
.TagClassName
{
border-color: #6179DA;
}
</style>