Shades of Havelock Blue #6281D1
Tints of Havelock Blue #6281D1
RGB
CMYK
RGB Variations
Color information
#6281D1 (or 0x6281D1) is known color: Havelock Blue. HEX triplet: 62, 81 and D1. RGB value is (98,129,209). Sum of RGB (Red+Green+Blue) = 98+129+209=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #6281D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281D1 is #9D7E2E. Grayscale: #808080. Windows color (decimal): -10321455 or 13730146. OLE color: 13730146.
HSL color Cylindrical-coordinate representation of color #6281D1: hue angle of 223.24º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6281D1 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 129 | 209 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.18 |
| HSL | 223.24º | 0.55% | 0.6% | - |
| HSV(B) | 223.24º | 0.53% | 0.82% | - |
| XYZ | 24.4 | 22.9 | 63.46 | - |
| YUV | 128.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 209 | 0.53 | 0.38 | 0 | 0.18 | 223.24 | 0.55 | 0.6 |
| Hex | 62 | 81 | D1 | 35 | 26 | 0 | 12 | DF | 37 | 3C |
| Octal | 142 | 201 | 321 | 65 | 46 | 0 | 22 | 337 | 67 | 74 |
| Binary | 1100010 | 10000001 | 11010001 | 110101 | 100110 | 0 | 10010 | 11011111 | 110111 | 111100 |
Color Harmonies of #6281D1
Complementary color
Monochromatic Colors of #6281D1
Black with #6281D1
Text Example
Text Example
White with #6281D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281D1; }
p { color: rgb(98,129,209); }
H1.HeaderClassName
{
color: #6281D1;
}
.AnyTagClassName
{
color: #6281D1;
}
</style>
background-color css
<style>
a { background-color: #6281D1; }
a { background-color: rgb(98,129,209); }
div.DivClassName
{
background-color: #6281D1;
}
.BgClassName
{
background-color: #6281D1;
}
</style>
border-color css
<style>
span { border-color: #6281D1; }
span { border-color: rgb(98,129,209); }
td.TdClassName
{
border-color: #6281D1;
}
.TagClassName
{
border-color: #6281D1;
}
</style>