Shades of Havelock Blue #637FBD
Tints of Havelock Blue #637FBD
RGB
CMYK
RGB Variations
Color information
#637FBD (or 0x637FBD) is known color: Havelock Blue. HEX triplet: 63, 7F and BD. RGB value is (99,127,189). Sum of RGB (Red+Green+Blue) = 99+127+189=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #637FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637FBD is #9C8042. Grayscale: #7D7D7D. Windows color (decimal): -10256451 or 12418915. OLE color: 12418915.
HSL color Cylindrical-coordinate representation of color #637FBD: hue angle of 221.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #637FBD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 127 | 189 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.26 |
| HSL | 221.33º | 0.41% | 0.56% | - |
| HSV(B) | 221.33º | 0.48% | 0.74% | - |
| XYZ | 21.92 | 21.51 | 51.14 | - |
| YUV | 125.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 189 | 0.48 | 0.33 | 0 | 0.26 | 221.33 | 0.41 | 0.56 |
| Hex | 63 | 7F | BD | 30 | 21 | 0 | 1A | DD | 29 | 38 |
| Octal | 143 | 177 | 275 | 60 | 41 | 0 | 32 | 335 | 51 | 70 |
| Binary | 1100011 | 1111111 | 10111101 | 110000 | 100001 | 0 | 11010 | 11011101 | 101001 | 111000 |
Color Harmonies of #637FBD
Complementary color
Monochromatic Colors of #637FBD
Black with #637FBD
Text Example
Text Example
White with #637FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637FBD; }
p { color: rgb(99,127,189); }
H1.HeaderClassName
{
color: #637FBD;
}
.AnyTagClassName
{
color: #637FBD;
}
</style>
background-color css
<style>
a { background-color: #637FBD; }
a { background-color: rgb(99,127,189); }
div.DivClassName
{
background-color: #637FBD;
}
.BgClassName
{
background-color: #637FBD;
}
</style>
border-color css
<style>
span { border-color: #637FBD; }
span { border-color: rgb(99,127,189); }
td.TdClassName
{
border-color: #637FBD;
}
.TagClassName
{
border-color: #637FBD;
}
</style>