Shades of Havelock Blue #6281C3
Tints of Havelock Blue #6281C3
RGB
CMYK
RGB Variations
Color information
#6281C3 (or 0x6281C3) is known color: Havelock Blue. HEX triplet: 62, 81 and C3. RGB value is (98,129,195). Sum of RGB (Red+Green+Blue) = 98+129+195=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #6281C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281C3 is #9D7E3C. Grayscale: #7E7E7E. Windows color (decimal): -10321469 or 12812642. OLE color: 12812642.
HSL color Cylindrical-coordinate representation of color #6281C3: hue angle of 220.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6281C3 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 129 | 195 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.24 |
| HSL | 220.82º | 0.45% | 0.57% | - |
| HSV(B) | 220.82º | 0.5% | 0.76% | - |
| XYZ | 22.74 | 22.24 | 54.72 | - |
| YUV | 127.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 195 | 0.50 | 0.34 | 0 | 0.24 | 220.82 | 0.45 | 0.57 |
| Hex | 62 | 81 | C3 | 32 | 22 | 0 | 18 | DD | 2D | 39 |
| Octal | 142 | 201 | 303 | 62 | 42 | 0 | 30 | 335 | 55 | 71 |
| Binary | 1100010 | 10000001 | 11000011 | 110010 | 100010 | 0 | 11000 | 11011101 | 101101 | 111001 |
Color Harmonies of #6281C3
Complementary color
Monochromatic Colors of #6281C3
Black with #6281C3
Text Example
Text Example
White with #6281C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6281C3; }
p { color: rgb(98,129,195); }
H1.HeaderClassName
{
color: #6281C3;
}
.AnyTagClassName
{
color: #6281C3;
}
</style>
background-color css
<style>
a { background-color: #6281C3; }
a { background-color: rgb(98,129,195); }
div.DivClassName
{
background-color: #6281C3;
}
.BgClassName
{
background-color: #6281C3;
}
</style>
border-color css
<style>
span { border-color: #6281C3; }
span { border-color: rgb(98,129,195); }
td.TdClassName
{
border-color: #6281C3;
}
.TagClassName
{
border-color: #6281C3;
}
</style>