Shades of Chetwode Blue #637CAE
Tints of Chetwode Blue #637CAE
RGB
CMYK
RGB Variations
Color information
#637CAE (or 0x637CAE) is known color: Chetwode Blue. HEX triplet: 63, 7C and AE. RGB value is (99,124,174). Sum of RGB (Red+Green+Blue) = 99+124+174=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #637CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637CAE is #9C8351. Grayscale: #7A7A7A. Windows color (decimal): -10257234 or 11435107. OLE color: 11435107.
HSL color Cylindrical-coordinate representation of color #637CAE: hue angle of 220º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637CAE is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 124 | 174 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.32 |
| HSL | 220º | 0.32% | 0.54% | - |
| HSV(B) | 220º | 0.43% | 0.68% | - |
| XYZ | 19.99 | 20.12 | 42.87 | - |
| YUV | 122.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 174 | 0.43 | 0.29 | 0 | 0.32 | 220 | 0.32 | 0.54 |
| Hex | 63 | 7C | AE | 2B | 1D | 0 | 20 | DC | 20 | 36 |
| Octal | 143 | 174 | 256 | 53 | 35 | 0 | 40 | 334 | 40 | 66 |
| Binary | 1100011 | 1111100 | 10101110 | 101011 | 11101 | 0 | 100000 | 11011100 | 100000 | 110110 |
Color Harmonies of #637CAE
Complementary color
Monochromatic Colors of #637CAE
Black with #637CAE
Text Example
Text Example
White with #637CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637CAE; }
p { color: rgb(99,124,174); }
H1.HeaderClassName
{
color: #637CAE;
}
.AnyTagClassName
{
color: #637CAE;
}
</style>
background-color css
<style>
a { background-color: #637CAE; }
a { background-color: rgb(99,124,174); }
div.DivClassName
{
background-color: #637CAE;
}
.BgClassName
{
background-color: #637CAE;
}
</style>
border-color css
<style>
span { border-color: #637CAE; }
span { border-color: rgb(99,124,174); }
td.TdClassName
{
border-color: #637CAE;
}
.TagClassName
{
border-color: #637CAE;
}
</style>