Shades of Havelock Blue #627DC3
Tints of Havelock Blue #627DC3
RGB
CMYK
RGB Variations
Color information
#627DC3 (or 0x627DC3) is known color: Havelock Blue. HEX triplet: 62, 7D and C3. RGB value is (98,125,195). Sum of RGB (Red+Green+Blue) = 98+125+195=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #627DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DC3 is #9D823C. Grayscale: #7C7C7C. Windows color (decimal): -10322493 or 12811618. OLE color: 12811618.
HSL color Cylindrical-coordinate representation of color #627DC3: hue angle of 223.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #627DC3 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 125 | 195 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.24 |
| HSL | 223.3º | 0.45% | 0.57% | - |
| HSV(B) | 223.3º | 0.5% | 0.76% | - |
| XYZ | 22.22 | 21.2 | 54.55 | - |
| YUV | 124.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 195 | 0.50 | 0.36 | 0 | 0.24 | 223.3 | 0.45 | 0.57 |
| Hex | 62 | 7D | C3 | 32 | 24 | 0 | 18 | DF | 2D | 39 |
| Octal | 142 | 175 | 303 | 62 | 44 | 0 | 30 | 337 | 55 | 71 |
| Binary | 1100010 | 1111101 | 11000011 | 110010 | 100100 | 0 | 11000 | 11011111 | 101101 | 111001 |
Color Harmonies of #627DC3
Complementary color
Monochromatic Colors of #627DC3
Black with #627DC3
Text Example
Text Example
White with #627DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DC3; }
p { color: rgb(98,125,195); }
H1.HeaderClassName
{
color: #627DC3;
}
.AnyTagClassName
{
color: #627DC3;
}
</style>
background-color css
<style>
a { background-color: #627DC3; }
a { background-color: rgb(98,125,195); }
div.DivClassName
{
background-color: #627DC3;
}
.BgClassName
{
background-color: #627DC3;
}
</style>
border-color css
<style>
span { border-color: #627DC3; }
span { border-color: rgb(98,125,195); }
td.TdClassName
{
border-color: #627DC3;
}
.TagClassName
{
border-color: #627DC3;
}
</style>