Shades of Havelock Blue #637BC8
Tints of Havelock Blue #637BC8
RGB
CMYK
RGB Variations
Color information
#637BC8 (or 0x637BC8) is known color: Havelock Blue. HEX triplet: 63, 7B and C8. RGB value is (99,123,200). Sum of RGB (Red+Green+Blue) = 99+123+200=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #637BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637BC8 is #9C8437. Grayscale: #7C7C7C. Windows color (decimal): -10257464 or 13138787. OLE color: 13138787.
HSL color Cylindrical-coordinate representation of color #637BC8: hue angle of 225.74º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #637BC8 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 123 | 200 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.22 |
| HSL | 225.74º | 0.48% | 0.59% | - |
| HSV(B) | 225.74º | 0.51% | 0.78% | - |
| XYZ | 22.65 | 20.99 | 57.5 | - |
| YUV | 124.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 200 | 0.50 | 0.38 | 0 | 0.22 | 225.74 | 0.48 | 0.59 |
| Hex | 63 | 7B | C8 | 32 | 26 | 0 | 16 | E2 | 30 | 3B |
| Octal | 143 | 173 | 310 | 62 | 46 | 0 | 26 | 342 | 60 | 73 |
| Binary | 1100011 | 1111011 | 11001000 | 110010 | 100110 | 0 | 10110 | 11100010 | 110000 | 111011 |
Color Harmonies of #637BC8
Complementary color
Monochromatic Colors of #637BC8
Black with #637BC8
Text Example
Text Example
White with #637BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637BC8; }
p { color: rgb(99,123,200); }
H1.HeaderClassName
{
color: #637BC8;
}
.AnyTagClassName
{
color: #637BC8;
}
</style>
background-color css
<style>
a { background-color: #637BC8; }
a { background-color: rgb(99,123,200); }
div.DivClassName
{
background-color: #637BC8;
}
.BgClassName
{
background-color: #637BC8;
}
</style>
border-color css
<style>
span { border-color: #637BC8; }
span { border-color: rgb(99,123,200); }
td.TdClassName
{
border-color: #637BC8;
}
.TagClassName
{
border-color: #637BC8;
}
</style>