Shades of Havelock Blue #627CB2
Tints of Havelock Blue #627CB2
RGB
CMYK
RGB Variations
Color information
#627CB2 (or 0x627CB2) is known color: Havelock Blue. HEX triplet: 62, 7C and B2. RGB value is (98,124,178). Sum of RGB (Red+Green+Blue) = 98+124+178=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #627CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CB2 is #9D834D. Grayscale: #7A7A7A. Windows color (decimal): -10322766 or 11697250. OLE color: 11697250.
HSL color Cylindrical-coordinate representation of color #627CB2: hue angle of 220.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #627CB2 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 124 | 178 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.30 |
| HSL | 220.5º | 0.34% | 0.54% | - |
| HSV(B) | 220.5º | 0.45% | 0.7% | - |
| XYZ | 20.28 | 20.23 | 44.95 | - |
| YUV | 122.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 178 | 0.45 | 0.30 | 0 | 0.30 | 220.5 | 0.34 | 0.54 |
| Hex | 62 | 7C | B2 | 2D | 1E | 0 | 1E | DC | 22 | 36 |
| Octal | 142 | 174 | 262 | 55 | 36 | 0 | 36 | 334 | 42 | 66 |
| Binary | 1100010 | 1111100 | 10110010 | 101101 | 11110 | 0 | 11110 | 11011100 | 100010 | 110110 |
Color Harmonies of #627CB2
Complementary color
Monochromatic Colors of #627CB2
Black with #627CB2
Text Example
Text Example
White with #627CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CB2; }
p { color: rgb(98,124,178); }
H1.HeaderClassName
{
color: #627CB2;
}
.AnyTagClassName
{
color: #627CB2;
}
</style>
background-color css
<style>
a { background-color: #627CB2; }
a { background-color: rgb(98,124,178); }
div.DivClassName
{
background-color: #627CB2;
}
.BgClassName
{
background-color: #627CB2;
}
</style>
border-color css
<style>
span { border-color: #627CB2; }
span { border-color: rgb(98,124,178); }
td.TdClassName
{
border-color: #627CB2;
}
.TagClassName
{
border-color: #627CB2;
}
</style>