Shades of Havelock Blue #6279CE
Tints of Havelock Blue #6279CE
RGB
CMYK
RGB Variations
Color information
#6279CE (or 0x6279CE) is known color: Havelock Blue. HEX triplet: 62, 79 and CE. RGB value is (98,121,206). Sum of RGB (Red+Green+Blue) = 98+121+206=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #6279CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6279CE is #9D8631. Grayscale: #7B7B7B. Windows color (decimal): -10323506 or 13531490. OLE color: 13531490.
HSL color Cylindrical-coordinate representation of color #6279CE: hue angle of 227.22º 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 #6279CE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 121 | 206 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.19 |
| HSL | 227.22º | 0.52% | 0.6% | - |
| HSV(B) | 227.22º | 0.52% | 0.81% | - |
| XYZ | 23.01 | 20.73 | 61.18 | - |
| YUV | 123.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 206 | 0.52 | 0.41 | 0 | 0.19 | 227.22 | 0.52 | 0.6 |
| Hex | 62 | 79 | CE | 34 | 29 | 0 | 13 | E3 | 34 | 3C |
| Octal | 142 | 171 | 316 | 64 | 51 | 0 | 23 | 343 | 64 | 74 |
| Binary | 1100010 | 1111001 | 11001110 | 110100 | 101001 | 0 | 10011 | 11100011 | 110100 | 111100 |
Color Harmonies of #6279CE
Complementary color
Monochromatic Colors of #6279CE
Black with #6279CE
Text Example
Text Example
White with #6279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6279CE; }
p { color: rgb(98,121,206); }
H1.HeaderClassName
{
color: #6279CE;
}
.AnyTagClassName
{
color: #6279CE;
}
</style>
background-color css
<style>
a { background-color: #6279CE; }
a { background-color: rgb(98,121,206); }
div.DivClassName
{
background-color: #6279CE;
}
.BgClassName
{
background-color: #6279CE;
}
</style>
border-color css
<style>
span { border-color: #6279CE; }
span { border-color: rgb(98,121,206); }
td.TdClassName
{
border-color: #6279CE;
}
.TagClassName
{
border-color: #6279CE;
}
</style>