Shades of Havelock Blue #6285CE
Tints of Havelock Blue #6285CE
RGB
CMYK
RGB Variations
Color information
#6285CE (or 0x6285CE) is known color: Havelock Blue. HEX triplet: 62, 85 and CE. RGB value is (98,133,206). Sum of RGB (Red+Green+Blue) = 98+133+206=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6285CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285CE is #9D7A31. Grayscale: #828282. Windows color (decimal): -10320434 or 13534562. OLE color: 13534562.
HSL color Cylindrical-coordinate representation of color #6285CE: hue angle of 220.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6285CE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 133 | 206 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.19 |
| HSL | 220.56º | 0.52% | 0.6% | - |
| HSV(B) | 220.56º | 0.52% | 0.81% | - |
| XYZ | 24.57 | 23.83 | 61.7 | - |
| YUV | 130.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 206 | 0.52 | 0.35 | 0 | 0.19 | 220.56 | 0.52 | 0.6 |
| Hex | 62 | 85 | CE | 34 | 23 | 0 | 13 | DD | 34 | 3C |
| Octal | 142 | 205 | 316 | 64 | 43 | 0 | 23 | 335 | 64 | 74 |
| Binary | 1100010 | 10000101 | 11001110 | 110100 | 100011 | 0 | 10011 | 11011101 | 110100 | 111100 |
Color Harmonies of #6285CE
Complementary color
Monochromatic Colors of #6285CE
Black with #6285CE
Text Example
Text Example
White with #6285CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285CE; }
p { color: rgb(98,133,206); }
H1.HeaderClassName
{
color: #6285CE;
}
.AnyTagClassName
{
color: #6285CE;
}
</style>
background-color css
<style>
a { background-color: #6285CE; }
a { background-color: rgb(98,133,206); }
div.DivClassName
{
background-color: #6285CE;
}
.BgClassName
{
background-color: #6285CE;
}
</style>
border-color css
<style>
span { border-color: #6285CE; }
span { border-color: rgb(98,133,206); }
td.TdClassName
{
border-color: #6285CE;
}
.TagClassName
{
border-color: #6285CE;
}
</style>