Shades of Havelock Blue #6281CE
Tints of Havelock Blue #6281CE
RGB
CMYK
RGB Variations
Color information
#6281CE (or 0x6281CE) is known color: Havelock Blue. HEX triplet: 62, 81 and CE. RGB value is (98,129,206). Sum of RGB (Red+Green+Blue) = 98+129+206=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6281CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281CE is #9D7E31. Grayscale: #808080. Windows color (decimal): -10321458 or 13533538. OLE color: 13533538.
HSL color Cylindrical-coordinate representation of color #6281CE: hue angle of 222.78º 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 #6281CE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 129 | 206 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.19 |
| HSL | 222.78º | 0.52% | 0.6% | - |
| HSV(B) | 222.78º | 0.52% | 0.81% | - |
| XYZ | 24.03 | 22.75 | 61.52 | - |
| YUV | 128.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 206 | 0.52 | 0.37 | 0 | 0.19 | 222.78 | 0.52 | 0.6 |
| Hex | 62 | 81 | CE | 34 | 25 | 0 | 13 | DF | 34 | 3C |
| Octal | 142 | 201 | 316 | 64 | 45 | 0 | 23 | 337 | 64 | 74 |
| Binary | 1100010 | 10000001 | 11001110 | 110100 | 100101 | 0 | 10011 | 11011111 | 110100 | 111100 |
Color Harmonies of #6281CE
Complementary color
Monochromatic Colors of #6281CE
Black with #6281CE
Text Example
Text Example
White with #6281CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281CE; }
p { color: rgb(98,129,206); }
H1.HeaderClassName
{
color: #6281CE;
}
.AnyTagClassName
{
color: #6281CE;
}
</style>
background-color css
<style>
a { background-color: #6281CE; }
a { background-color: rgb(98,129,206); }
div.DivClassName
{
background-color: #6281CE;
}
.BgClassName
{
background-color: #6281CE;
}
</style>
border-color css
<style>
span { border-color: #6281CE; }
span { border-color: rgb(98,129,206); }
td.TdClassName
{
border-color: #6281CE;
}
.TagClassName
{
border-color: #6281CE;
}
</style>