Shades of Havelock Blue #627BCA
Tints of Havelock Blue #627BCA
RGB
CMYK
RGB Variations
Color information
#627BCA (or 0x627BCA) is known color: Havelock Blue. HEX triplet: 62, 7B and CA. RGB value is (98,123,202). Sum of RGB (Red+Green+Blue) = 98+123+202=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #627BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627BCA is #9D8435. Grayscale: #7C7C7C. Windows color (decimal): -10322998 or 13269858. OLE color: 13269858.
HSL color Cylindrical-coordinate representation of color #627BCA: hue angle of 225.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #627BCA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 123 | 202 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.21 |
| HSL | 225.58º | 0.5% | 0.59% | - |
| HSV(B) | 225.58º | 0.51% | 0.79% | - |
| XYZ | 22.78 | 21.03 | 58.74 | - |
| YUV | 124.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 202 | 0.51 | 0.39 | 0 | 0.21 | 225.58 | 0.5 | 0.59 |
| Hex | 62 | 7B | CA | 33 | 27 | 0 | 15 | E2 | 32 | 3B |
| Octal | 142 | 173 | 312 | 63 | 47 | 0 | 25 | 342 | 62 | 73 |
| Binary | 1100010 | 1111011 | 11001010 | 110011 | 100111 | 0 | 10101 | 11100010 | 110010 | 111011 |
Color Harmonies of #627BCA
Complementary color
Monochromatic Colors of #627BCA
Black with #627BCA
Text Example
Text Example
White with #627BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627BCA; }
p { color: rgb(98,123,202); }
H1.HeaderClassName
{
color: #627BCA;
}
.AnyTagClassName
{
color: #627BCA;
}
</style>
background-color css
<style>
a { background-color: #627BCA; }
a { background-color: rgb(98,123,202); }
div.DivClassName
{
background-color: #627BCA;
}
.BgClassName
{
background-color: #627BCA;
}
</style>
border-color css
<style>
span { border-color: #627BCA; }
span { border-color: rgb(98,123,202); }
td.TdClassName
{
border-color: #627BCA;
}
.TagClassName
{
border-color: #627BCA;
}
</style>