Shades of Havelock Blue #627DBB
Tints of Havelock Blue #627DBB
RGB
CMYK
RGB Variations
Color information
#627DBB (or 0x627DBB) is known color: Havelock Blue. HEX triplet: 62, 7D and BB. RGB value is (98,125,187). Sum of RGB (Red+Green+Blue) = 98+125+187=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #627DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DBB is #9D8244. Grayscale: #7B7B7B. Windows color (decimal): -10322501 or 12287330. OLE color: 12287330.
HSL color Cylindrical-coordinate representation of color #627DBB: hue angle of 221.8º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #627DBB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 125 | 187 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.27 |
| HSL | 221.8º | 0.4% | 0.56% | - |
| HSV(B) | 221.8º | 0.48% | 0.73% | - |
| XYZ | 21.34 | 20.85 | 49.91 | - |
| YUV | 124 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 187 | 0.48 | 0.33 | 0 | 0.27 | 221.8 | 0.4 | 0.56 |
| Hex | 62 | 7D | BB | 30 | 21 | 0 | 1B | DE | 28 | 38 |
| Octal | 142 | 175 | 273 | 60 | 41 | 0 | 33 | 336 | 50 | 70 |
| Binary | 1100010 | 1111101 | 10111011 | 110000 | 100001 | 0 | 11011 | 11011110 | 101000 | 111000 |
Color Harmonies of #627DBB
Complementary color
Monochromatic Colors of #627DBB
Black with #627DBB
Text Example
Text Example
White with #627DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DBB; }
p { color: rgb(98,125,187); }
H1.HeaderClassName
{
color: #627DBB;
}
.AnyTagClassName
{
color: #627DBB;
}
</style>
background-color css
<style>
a { background-color: #627DBB; }
a { background-color: rgb(98,125,187); }
div.DivClassName
{
background-color: #627DBB;
}
.BgClassName
{
background-color: #627DBB;
}
</style>
border-color css
<style>
span { border-color: #627DBB; }
span { border-color: rgb(98,125,187); }
td.TdClassName
{
border-color: #627DBB;
}
.TagClassName
{
border-color: #627DBB;
}
</style>