Shades of Chetwode Blue #636CAE
Tints of Chetwode Blue #636CAE
RGB
CMYK
RGB Variations
Color information
#636CAE (or 0x636CAE) is known color: Chetwode Blue. HEX triplet: 63, 6C and AE. RGB value is (99,108,174). Sum of RGB (Red+Green+Blue) = 99+108+174=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #636CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636CAE is #9C9351. Grayscale: #707070. Windows color (decimal): -10261330 or 11431011. OLE color: 11431011.
HSL color Cylindrical-coordinate representation of color #636CAE: hue angle of 232.8º 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 #636CAE is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 108 | 174 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.32 |
| HSL | 232.8º | 0.32% | 0.54% | - |
| HSV(B) | 232.8º | 0.43% | 0.68% | - |
| XYZ | 18.15 | 16.43 | 42.26 | - |
| YUV | 112.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 174 | 0.43 | 0.38 | 0 | 0.32 | 232.8 | 0.32 | 0.54 |
| Hex | 63 | 6C | AE | 2B | 26 | 0 | 20 | E9 | 20 | 36 |
| Octal | 143 | 154 | 256 | 53 | 46 | 0 | 40 | 351 | 40 | 66 |
| Binary | 1100011 | 1101100 | 10101110 | 101011 | 100110 | 0 | 100000 | 11101001 | 100000 | 110110 |
Color Harmonies of #636CAE
Complementary color
Monochromatic Colors of #636CAE
Black with #636CAE
Text Example
Text Example
White with #636CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CAE; }
p { color: rgb(99,108,174); }
H1.HeaderClassName
{
color: #636CAE;
}
.AnyTagClassName
{
color: #636CAE;
}
</style>
background-color css
<style>
a { background-color: #636CAE; }
a { background-color: rgb(99,108,174); }
div.DivClassName
{
background-color: #636CAE;
}
.BgClassName
{
background-color: #636CAE;
}
</style>
border-color css
<style>
span { border-color: #636CAE; }
span { border-color: rgb(99,108,174); }
td.TdClassName
{
border-color: #636CAE;
}
.TagClassName
{
border-color: #636CAE;
}
</style>