Shades of Havelock Blue #6185D3
Tints of Havelock Blue #6185D3
RGB
CMYK
RGB Variations
Color information
#6185D3 (or 0x6185D3) is known color: Havelock Blue. HEX triplet: 61, 85 and D3. RGB value is (97,133,211). Sum of RGB (Red+Green+Blue) = 97+133+211=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #6185D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185D3 is #9E7A2C. Grayscale: #828282. Windows color (decimal): -10385965 or 13862241. OLE color: 13862241.
HSL color Cylindrical-coordinate representation of color #6185D3: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6185D3 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 133 | 211 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.17 |
| HSL | 221.05º | 0.56% | 0.6% | - |
| HSV(B) | 221.05º | 0.54% | 0.83% | - |
| XYZ | 25.08 | 24.02 | 64.94 | - |
| YUV | 131.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 211 | 0.54 | 0.37 | 0 | 0.17 | 221.05 | 0.56 | 0.6 |
| Hex | 61 | 85 | D3 | 36 | 25 | 0 | 11 | DD | 38 | 3C |
| Octal | 141 | 205 | 323 | 66 | 45 | 0 | 21 | 335 | 70 | 74 |
| Binary | 1100001 | 10000101 | 11010011 | 110110 | 100101 | 0 | 10001 | 11011101 | 111000 | 111100 |
Color Harmonies of #6185D3
Complementary color
Monochromatic Colors of #6185D3
Black with #6185D3
Text Example
Text Example
White with #6185D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185D3; }
p { color: rgb(97,133,211); }
H1.HeaderClassName
{
color: #6185D3;
}
.AnyTagClassName
{
color: #6185D3;
}
</style>
background-color css
<style>
a { background-color: #6185D3; }
a { background-color: rgb(97,133,211); }
div.DivClassName
{
background-color: #6185D3;
}
.BgClassName
{
background-color: #6185D3;
}
</style>
border-color css
<style>
span { border-color: #6185D3; }
span { border-color: rgb(97,133,211); }
td.TdClassName
{
border-color: #6185D3;
}
.TagClassName
{
border-color: #6185D3;
}
</style>