Shades of Havelock Blue #6281C8
Tints of Havelock Blue #6281C8
RGB
CMYK
RGB Variations
Color information
#6281C8 (or 0x6281C8) is known color: Havelock Blue. HEX triplet: 62, 81 and C8. RGB value is (98,129,200). Sum of RGB (Red+Green+Blue) = 98+129+200=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #6281C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281C8 is #9D7E37. Grayscale: #7F7F7F. Windows color (decimal): -10321464 or 13140322. OLE color: 13140322.
HSL color Cylindrical-coordinate representation of color #6281C8: hue angle of 221.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6281C8 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 129 | 200 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.22 |
| HSL | 221.76º | 0.48% | 0.58% | - |
| HSV(B) | 221.76º | 0.51% | 0.78% | - |
| XYZ | 23.31 | 22.47 | 57.75 | - |
| YUV | 127.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 200 | 0.51 | 0.36 | 0 | 0.22 | 221.76 | 0.48 | 0.58 |
| Hex | 62 | 81 | C8 | 33 | 24 | 0 | 16 | DE | 30 | 3A |
| Octal | 142 | 201 | 310 | 63 | 44 | 0 | 26 | 336 | 60 | 72 |
| Binary | 1100010 | 10000001 | 11001000 | 110011 | 100100 | 0 | 10110 | 11011110 | 110000 | 111010 |
Color Harmonies of #6281C8
Complementary color
Monochromatic Colors of #6281C8
Black with #6281C8
Text Example
Text Example
White with #6281C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281C8; }
p { color: rgb(98,129,200); }
H1.HeaderClassName
{
color: #6281C8;
}
.AnyTagClassName
{
color: #6281C8;
}
</style>
background-color css
<style>
a { background-color: #6281C8; }
a { background-color: rgb(98,129,200); }
div.DivClassName
{
background-color: #6281C8;
}
.BgClassName
{
background-color: #6281C8;
}
</style>
border-color css
<style>
span { border-color: #6281C8; }
span { border-color: rgb(98,129,200); }
td.TdClassName
{
border-color: #6281C8;
}
.TagClassName
{
border-color: #6281C8;
}
</style>