Shades of Havelock Blue #6182D2
Tints of Havelock Blue #6182D2
RGB
CMYK
RGB Variations
Color information
#6182D2 (or 0x6182D2) is known color: Havelock Blue. HEX triplet: 61, 82 and D2. RGB value is (97,130,210). Sum of RGB (Red+Green+Blue) = 97+130+210=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #6182D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182D2 is #9E7D2D. Grayscale: #808080. Windows color (decimal): -10386734 or 13795937. OLE color: 13795937.
HSL color Cylindrical-coordinate representation of color #6182D2: hue angle of 222.48º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6182D2 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 130 | 210 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.18 |
| HSL | 222.48º | 0.56% | 0.6% | - |
| HSV(B) | 222.48º | 0.54% | 0.82% | - |
| XYZ | 24.55 | 23.16 | 64.15 | - |
| YUV | 129.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 210 | 0.54 | 0.38 | 0 | 0.18 | 222.48 | 0.56 | 0.6 |
| Hex | 61 | 82 | D2 | 36 | 26 | 0 | 12 | DE | 38 | 3C |
| Octal | 141 | 202 | 322 | 66 | 46 | 0 | 22 | 336 | 70 | 74 |
| Binary | 1100001 | 10000010 | 11010010 | 110110 | 100110 | 0 | 10010 | 11011110 | 111000 | 111100 |
Color Harmonies of #6182D2
Complementary color
Monochromatic Colors of #6182D2
Black with #6182D2
Text Example
Text Example
White with #6182D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182D2; }
p { color: rgb(97,130,210); }
H1.HeaderClassName
{
color: #6182D2;
}
.AnyTagClassName
{
color: #6182D2;
}
</style>
background-color css
<style>
a { background-color: #6182D2; }
a { background-color: rgb(97,130,210); }
div.DivClassName
{
background-color: #6182D2;
}
.BgClassName
{
background-color: #6182D2;
}
</style>
border-color css
<style>
span { border-color: #6182D2; }
span { border-color: rgb(97,130,210); }
td.TdClassName
{
border-color: #6182D2;
}
.TagClassName
{
border-color: #6182D2;
}
</style>