Shades of Havelock Blue #637DCE
Tints of Havelock Blue #637DCE
RGB
CMYK
RGB Variations
Color information
#637DCE (or 0x637DCE) is known color: Havelock Blue. HEX triplet: 63, 7D and CE. RGB value is (99,125,206). Sum of RGB (Red+Green+Blue) = 99+125+206=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #637DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DCE is #9C8231. Grayscale: #7E7E7E. Windows color (decimal): -10256946 or 13532515. OLE color: 13532515.
HSL color Cylindrical-coordinate representation of color #637DCE: hue angle of 225.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637DCE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 125 | 206 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.19 |
| HSL | 225.42º | 0.52% | 0.6% | - |
| HSV(B) | 225.42º | 0.52% | 0.81% | - |
| XYZ | 23.62 | 21.78 | 61.35 | - |
| YUV | 126.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 206 | 0.52 | 0.39 | 0 | 0.19 | 225.42 | 0.52 | 0.6 |
| Hex | 63 | 7D | CE | 34 | 27 | 0 | 13 | E1 | 34 | 3C |
| Octal | 143 | 175 | 316 | 64 | 47 | 0 | 23 | 341 | 64 | 74 |
| Binary | 1100011 | 1111101 | 11001110 | 110100 | 100111 | 0 | 10011 | 11100001 | 110100 | 111100 |
Color Harmonies of #637DCE
Complementary color
Monochromatic Colors of #637DCE
Black with #637DCE
Text Example
Text Example
White with #637DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DCE; }
p { color: rgb(99,125,206); }
H1.HeaderClassName
{
color: #637DCE;
}
.AnyTagClassName
{
color: #637DCE;
}
</style>
background-color css
<style>
a { background-color: #637DCE; }
a { background-color: rgb(99,125,206); }
div.DivClassName
{
background-color: #637DCE;
}
.BgClassName
{
background-color: #637DCE;
}
</style>
border-color css
<style>
span { border-color: #637DCE; }
span { border-color: rgb(99,125,206); }
td.TdClassName
{
border-color: #637DCE;
}
.TagClassName
{
border-color: #637DCE;
}
</style>