Shades of Havelock Blue #6281BD
Tints of Havelock Blue #6281BD
RGB
CMYK
RGB Variations
Color information
#6281BD (or 0x6281BD) is known color: Havelock Blue. HEX triplet: 62, 81 and BD. RGB value is (98,129,189). Sum of RGB (Red+Green+Blue) = 98+129+189=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #6281BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281BD is #9D7E42. Grayscale: #7E7E7E. Windows color (decimal): -10321475 or 12419426. OLE color: 12419426.
HSL color Cylindrical-coordinate representation of color #6281BD: hue angle of 219.56º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6281BD is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 129 | 189 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.26 |
| HSL | 219.56º | 0.41% | 0.56% | - |
| HSV(B) | 219.56º | 0.48% | 0.74% | - |
| XYZ | 22.07 | 21.97 | 51.22 | - |
| YUV | 126.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 189 | 0.48 | 0.32 | 0 | 0.26 | 219.56 | 0.41 | 0.56 |
| Hex | 62 | 81 | BD | 30 | 20 | 0 | 1A | DC | 29 | 38 |
| Octal | 142 | 201 | 275 | 60 | 40 | 0 | 32 | 334 | 51 | 70 |
| Binary | 1100010 | 10000001 | 10111101 | 110000 | 100000 | 0 | 11010 | 11011100 | 101001 | 111000 |
Color Harmonies of #6281BD
Complementary color
Monochromatic Colors of #6281BD
Black with #6281BD
Text Example
Text Example
White with #6281BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281BD; }
p { color: rgb(98,129,189); }
H1.HeaderClassName
{
color: #6281BD;
}
.AnyTagClassName
{
color: #6281BD;
}
</style>
background-color css
<style>
a { background-color: #6281BD; }
a { background-color: rgb(98,129,189); }
div.DivClassName
{
background-color: #6281BD;
}
.BgClassName
{
background-color: #6281BD;
}
</style>
border-color css
<style>
span { border-color: #6281BD; }
span { border-color: rgb(98,129,189); }
td.TdClassName
{
border-color: #6281BD;
}
.TagClassName
{
border-color: #6281BD;
}
</style>