Shades of Havelock Blue #6278CE
Tints of Havelock Blue #6278CE
RGB
CMYK
RGB Variations
Color information
#6278CE (or 0x6278CE) is known color: Havelock Blue. HEX triplet: 62, 78 and CE. RGB value is (98,120,206). Sum of RGB (Red+Green+Blue) = 98+120+206=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6278CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6278CE is #9D8731. Grayscale: #7A7A7A. Windows color (decimal): -10323762 or 13531234. OLE color: 13531234.
HSL color Cylindrical-coordinate representation of color #6278CE: hue angle of 227.78º 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 #6278CE is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 120 | 206 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.19 |
| HSL | 227.78º | 0.52% | 0.6% | - |
| HSV(B) | 227.78º | 0.52% | 0.81% | - |
| XYZ | 22.89 | 20.49 | 61.14 | - |
| YUV | 123.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 206 | 0.52 | 0.42 | 0 | 0.19 | 227.78 | 0.52 | 0.6 |
| Hex | 62 | 78 | CE | 34 | 2A | 0 | 13 | E4 | 34 | 3C |
| Octal | 142 | 170 | 316 | 64 | 52 | 0 | 23 | 344 | 64 | 74 |
| Binary | 1100010 | 1111000 | 11001110 | 110100 | 101010 | 0 | 10011 | 11100100 | 110100 | 111100 |
Color Harmonies of #6278CE
Complementary color
Monochromatic Colors of #6278CE
Black with #6278CE
Text Example
Text Example
White with #6278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6278CE; }
p { color: rgb(98,120,206); }
H1.HeaderClassName
{
color: #6278CE;
}
.AnyTagClassName
{
color: #6278CE;
}
</style>
background-color css
<style>
a { background-color: #6278CE; }
a { background-color: rgb(98,120,206); }
div.DivClassName
{
background-color: #6278CE;
}
.BgClassName
{
background-color: #6278CE;
}
</style>
border-color css
<style>
span { border-color: #6278CE; }
span { border-color: rgb(98,120,206); }
td.TdClassName
{
border-color: #6278CE;
}
.TagClassName
{
border-color: #6278CE;
}
</style>