Shades of Havelock Blue #6280CE
Tints of Havelock Blue #6280CE
RGB
CMYK
RGB Variations
Color information
#6280CE (or 0x6280CE) is known color: Havelock Blue. HEX triplet: 62, 80 and CE. RGB value is (98,128,206). Sum of RGB (Red+Green+Blue) = 98+128+206=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #6280CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280CE is #9D7F31. Grayscale: #7F7F7F. Windows color (decimal): -10321714 or 13533282. OLE color: 13533282.
HSL color Cylindrical-coordinate representation of color #6280CE: hue angle of 223.33º 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 #6280CE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 128 | 206 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.19 |
| HSL | 223.33º | 0.52% | 0.6% | - |
| HSV(B) | 223.33º | 0.52% | 0.81% | - |
| XYZ | 23.9 | 22.49 | 61.47 | - |
| YUV | 127.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 206 | 0.52 | 0.38 | 0 | 0.19 | 223.33 | 0.52 | 0.6 |
| Hex | 62 | 80 | CE | 34 | 26 | 0 | 13 | DF | 34 | 3C |
| Octal | 142 | 200 | 316 | 64 | 46 | 0 | 23 | 337 | 64 | 74 |
| Binary | 1100010 | 10000000 | 11001110 | 110100 | 100110 | 0 | 10011 | 11011111 | 110100 | 111100 |
Color Harmonies of #6280CE
Complementary color
Monochromatic Colors of #6280CE
Black with #6280CE
Text Example
Text Example
White with #6280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6280CE; }
p { color: rgb(98,128,206); }
H1.HeaderClassName
{
color: #6280CE;
}
.AnyTagClassName
{
color: #6280CE;
}
</style>
background-color css
<style>
a { background-color: #6280CE; }
a { background-color: rgb(98,128,206); }
div.DivClassName
{
background-color: #6280CE;
}
.BgClassName
{
background-color: #6280CE;
}
</style>
border-color css
<style>
span { border-color: #6280CE; }
span { border-color: rgb(98,128,206); }
td.TdClassName
{
border-color: #6280CE;
}
.TagClassName
{
border-color: #6280CE;
}
</style>