Shades of Havelock Blue #637DBF
Tints of Havelock Blue #637DBF
RGB
CMYK
RGB Variations
Color information
#637DBF (or 0x637DBF) is known color: Havelock Blue. HEX triplet: 63, 7D and BF. RGB value is (99,125,191). Sum of RGB (Red+Green+Blue) = 99+125+191=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #637DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637DBF is #9C8240. Grayscale: #7C7C7C. Windows color (decimal): -10256961 or 12549475. OLE color: 12549475.
HSL color Cylindrical-coordinate representation of color #637DBF: hue angle of 223.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #637DBF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 125 | 191 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.25 |
| HSL | 223.04º | 0.42% | 0.57% | - |
| HSV(B) | 223.04º | 0.48% | 0.75% | - |
| XYZ | 21.88 | 21.08 | 52.21 | - |
| YUV | 124.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 191 | 0.48 | 0.35 | 0 | 0.25 | 223.04 | 0.42 | 0.57 |
| Hex | 63 | 7D | BF | 30 | 23 | 0 | 19 | DF | 2A | 39 |
| Octal | 143 | 175 | 277 | 60 | 43 | 0 | 31 | 337 | 52 | 71 |
| Binary | 1100011 | 1111101 | 10111111 | 110000 | 100011 | 0 | 11001 | 11011111 | 101010 | 111001 |
Color Harmonies of #637DBF
Complementary color
Monochromatic Colors of #637DBF
Black with #637DBF
Text Example
Text Example
White with #637DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DBF; }
p { color: rgb(99,125,191); }
H1.HeaderClassName
{
color: #637DBF;
}
.AnyTagClassName
{
color: #637DBF;
}
</style>
background-color css
<style>
a { background-color: #637DBF; }
a { background-color: rgb(99,125,191); }
div.DivClassName
{
background-color: #637DBF;
}
.BgClassName
{
background-color: #637DBF;
}
</style>
border-color css
<style>
span { border-color: #637DBF; }
span { border-color: rgb(99,125,191); }
td.TdClassName
{
border-color: #637DBF;
}
.TagClassName
{
border-color: #637DBF;
}
</style>