Shades of Chetwode Blue #636EC0
Tints of Chetwode Blue #636EC0
RGB
CMYK
RGB Variations
Color information
#636EC0 (or 0x636EC0) is known color: Chetwode Blue. HEX triplet: 63, 6E and C0. RGB value is (99,110,192). Sum of RGB (Red+Green+Blue) = 99+110+192=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #636EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636EC0 is #9C913F. Grayscale: #737373. Windows color (decimal): -10260800 or 12611171. OLE color: 12611171.
HSL color Cylindrical-coordinate representation of color #636EC0: hue angle of 232.9º 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 #636EC0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 110 | 192 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.25 |
| HSL | 232.9º | 0.42% | 0.57% | - |
| HSV(B) | 232.9º | 0.48% | 0.75% | - |
| XYZ | 20.24 | 17.61 | 52.2 | - |
| YUV | 116.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 192 | 0.48 | 0.43 | 0 | 0.25 | 232.9 | 0.42 | 0.57 |
| Hex | 63 | 6E | C0 | 30 | 2B | 0 | 19 | E9 | 2A | 39 |
| Octal | 143 | 156 | 300 | 60 | 53 | 0 | 31 | 351 | 52 | 71 |
| Binary | 1100011 | 1101110 | 11000000 | 110000 | 101011 | 0 | 11001 | 11101001 | 101010 | 111001 |
Color Harmonies of #636EC0
Complementary color
Monochromatic Colors of #636EC0
Black with #636EC0
Text Example
Text Example
White with #636EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636EC0; }
p { color: rgb(99,110,192); }
H1.HeaderClassName
{
color: #636EC0;
}
.AnyTagClassName
{
color: #636EC0;
}
</style>
background-color css
<style>
a { background-color: #636EC0; }
a { background-color: rgb(99,110,192); }
div.DivClassName
{
background-color: #636EC0;
}
.BgClassName
{
background-color: #636EC0;
}
</style>
border-color css
<style>
span { border-color: #636EC0; }
span { border-color: rgb(99,110,192); }
td.TdClassName
{
border-color: #636EC0;
}
.TagClassName
{
border-color: #636EC0;
}
</style>