Shades of Havelock Blue #627FB2
Tints of Havelock Blue #627FB2
RGB
CMYK
RGB Variations
Color information
#627FB2 (or 0x627FB2) is known color: Havelock Blue. HEX triplet: 62, 7F and B2. RGB value is (98,127,178). Sum of RGB (Red+Green+Blue) = 98+127+178=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #627FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FB2 is #9D804D. Grayscale: #7B7B7B. Windows color (decimal): -10321998 or 11698018. OLE color: 11698018.
HSL color Cylindrical-coordinate representation of color #627FB2: hue angle of 218.25º 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 #627FB2 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 127 | 178 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.30 |
| HSL | 218.25º | 0.34% | 0.54% | - |
| HSV(B) | 218.25º | 0.45% | 0.7% | - |
| XYZ | 20.66 | 20.99 | 45.08 | - |
| YUV | 124.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 178 | 0.45 | 0.29 | 0 | 0.30 | 218.25 | 0.34 | 0.54 |
| Hex | 62 | 7F | B2 | 2D | 1D | 0 | 1E | DA | 22 | 36 |
| Octal | 142 | 177 | 262 | 55 | 35 | 0 | 36 | 332 | 42 | 66 |
| Binary | 1100010 | 1111111 | 10110010 | 101101 | 11101 | 0 | 11110 | 11011010 | 100010 | 110110 |
Color Harmonies of #627FB2
Complementary color
Monochromatic Colors of #627FB2
Black with #627FB2
Text Example
Text Example
White with #627FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FB2; }
p { color: rgb(98,127,178); }
H1.HeaderClassName
{
color: #627FB2;
}
.AnyTagClassName
{
color: #627FB2;
}
</style>
background-color css
<style>
a { background-color: #627FB2; }
a { background-color: rgb(98,127,178); }
div.DivClassName
{
background-color: #627FB2;
}
.BgClassName
{
background-color: #627FB2;
}
</style>
border-color css
<style>
span { border-color: #627FB2; }
span { border-color: rgb(98,127,178); }
td.TdClassName
{
border-color: #627FB2;
}
.TagClassName
{
border-color: #627FB2;
}
</style>