Shades of Havelock Blue #6278DA
Tints of Havelock Blue #6278DA
RGB
CMYK
RGB Variations
Color information
#6278DA (or 0x6278DA) is known color: Havelock Blue. HEX triplet: 62, 78 and DA. RGB value is (98,120,218). Sum of RGB (Red+Green+Blue) = 98+120+218=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #6278DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6278DA is #9D8725. Grayscale: #7C7C7C. Windows color (decimal): -10323750 or 14317666. OLE color: 14317666.
HSL color Cylindrical-coordinate representation of color #6278DA: hue angle of 229º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6278DA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 120 | 218 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.15 |
| HSL | 229º | 0.62% | 0.62% | - |
| HSV(B) | 229º | 0.55% | 0.85% | - |
| XYZ | 24.41 | 21.09 | 69.11 | - |
| YUV | 124.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 218 | 0.55 | 0.45 | 0 | 0.15 | 229 | 0.62 | 0.62 |
| Hex | 62 | 78 | DA | 37 | 2D | 0 | F | E5 | 3E | 3E |
| Octal | 142 | 170 | 332 | 67 | 55 | 0 | 17 | 345 | 76 | 76 |
| Binary | 1100010 | 1111000 | 11011010 | 110111 | 101101 | 0 | 1111 | 11100101 | 111110 | 111110 |
Color Harmonies of #6278DA
Complementary color
Monochromatic Colors of #6278DA
Black with #6278DA
Text Example
Text Example
White with #6278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6278DA; }
p { color: rgb(98,120,218); }
H1.HeaderClassName
{
color: #6278DA;
}
.AnyTagClassName
{
color: #6278DA;
}
</style>
background-color css
<style>
a { background-color: #6278DA; }
a { background-color: rgb(98,120,218); }
div.DivClassName
{
background-color: #6278DA;
}
.BgClassName
{
background-color: #6278DA;
}
</style>
border-color css
<style>
span { border-color: #6278DA; }
span { border-color: rgb(98,120,218); }
td.TdClassName
{
border-color: #6278DA;
}
.TagClassName
{
border-color: #6278DA;
}
</style>