Shades of Chetwode Blue #636CA6
Tints of Chetwode Blue #636CA6
RGB
CMYK
RGB Variations
Color information
#636CA6 (or 0x636CA6) is known color: Chetwode Blue. HEX triplet: 63, 6C and A6. RGB value is (99,108,166). Sum of RGB (Red+Green+Blue) = 99+108+166=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #636CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636CA6 is #9C9359. Grayscale: #6F6F6F. Windows color (decimal): -10261338 or 10906723. OLE color: 10906723.
HSL color Cylindrical-coordinate representation of color #636CA6: hue angle of 231.94º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #636CA6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 108 | 166 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.35 |
| HSL | 231.94º | 0.27% | 0.52% | - |
| HSV(B) | 231.94º | 0.4% | 0.65% | - |
| XYZ | 17.39 | 16.13 | 38.27 | - |
| YUV | 111.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 166 | 0.40 | 0.35 | 0 | 0.35 | 231.94 | 0.27 | 0.52 |
| Hex | 63 | 6C | A6 | 28 | 23 | 0 | 23 | E8 | 1B | 34 |
| Octal | 143 | 154 | 246 | 50 | 43 | 0 | 43 | 350 | 33 | 64 |
| Binary | 1100011 | 1101100 | 10100110 | 101000 | 100011 | 0 | 100011 | 11101000 | 11011 | 110100 |
Color Harmonies of #636CA6
Complementary color
Monochromatic Colors of #636CA6
Black with #636CA6
Text Example
Text Example
White with #636CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CA6; }
p { color: rgb(99,108,166); }
H1.HeaderClassName
{
color: #636CA6;
}
.AnyTagClassName
{
color: #636CA6;
}
</style>
background-color css
<style>
a { background-color: #636CA6; }
a { background-color: rgb(99,108,166); }
div.DivClassName
{
background-color: #636CA6;
}
.BgClassName
{
background-color: #636CA6;
}
</style>
border-color css
<style>
span { border-color: #636CA6; }
span { border-color: rgb(99,108,166); }
td.TdClassName
{
border-color: #636CA6;
}
.TagClassName
{
border-color: #636CA6;
}
</style>