Shades of Havelock Blue #6086CA
Tints of Havelock Blue #6086CA
RGB
CMYK
RGB Variations
Color information
#6086CA (or 0x6086CA) is known color: Havelock Blue. HEX triplet: 60, 86 and CA. RGB value is (96,134,202). Sum of RGB (Red+Green+Blue) = 96+134+202=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #6086CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086CA is #9F7935. Grayscale: #828282. Windows color (decimal): -10451254 or 13272672. OLE color: 13272672.
HSL color Cylindrical-coordinate representation of color #6086CA: hue angle of 218.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6086CA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 134 | 202 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.21 |
| HSL | 218.49º | 0.5% | 0.58% | - |
| HSV(B) | 218.49º | 0.52% | 0.79% | - |
| XYZ | 24.01 | 23.8 | 59.21 | - |
| YUV | 130.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 202 | 0.52 | 0.34 | 0 | 0.21 | 218.49 | 0.5 | 0.58 |
| Hex | 60 | 86 | CA | 34 | 22 | 0 | 15 | DA | 32 | 3A |
| Octal | 140 | 206 | 312 | 64 | 42 | 0 | 25 | 332 | 62 | 72 |
| Binary | 1100000 | 10000110 | 11001010 | 110100 | 100010 | 0 | 10101 | 11011010 | 110010 | 111010 |
Color Harmonies of #6086CA
Complementary color
Monochromatic Colors of #6086CA
Black with #6086CA
Text Example
Text Example
White with #6086CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6086CA; }
p { color: rgb(96,134,202); }
H1.HeaderClassName
{
color: #6086CA;
}
.AnyTagClassName
{
color: #6086CA;
}
</style>
background-color css
<style>
a { background-color: #6086CA; }
a { background-color: rgb(96,134,202); }
div.DivClassName
{
background-color: #6086CA;
}
.BgClassName
{
background-color: #6086CA;
}
</style>
border-color css
<style>
span { border-color: #6086CA; }
span { border-color: rgb(96,134,202); }
td.TdClassName
{
border-color: #6086CA;
}
.TagClassName
{
border-color: #6086CA;
}
</style>