Shades of Chetwode Blue #636CAC
Tints of Chetwode Blue #636CAC
RGB
CMYK
RGB Variations
Color information
#636CAC (or 0x636CAC) is known color: Chetwode Blue. HEX triplet: 63, 6C and AC. RGB value is (99,108,172). Sum of RGB (Red+Green+Blue) = 99+108+172=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #636CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636CAC is #9C9353. Grayscale: #707070. Windows color (decimal): -10261332 or 11299939. OLE color: 11299939.
HSL color Cylindrical-coordinate representation of color #636CAC: hue angle of 232.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #636CAC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 108 | 172 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.33 |
| HSL | 232.6º | 0.31% | 0.53% | - |
| HSV(B) | 232.6º | 0.42% | 0.67% | - |
| XYZ | 17.95 | 16.36 | 41.24 | - |
| YUV | 112.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 172 | 0.42 | 0.37 | 0 | 0.33 | 232.6 | 0.31 | 0.53 |
| Hex | 63 | 6C | AC | 2A | 25 | 0 | 21 | E9 | 1F | 35 |
| Octal | 143 | 154 | 254 | 52 | 45 | 0 | 41 | 351 | 37 | 65 |
| Binary | 1100011 | 1101100 | 10101100 | 101010 | 100101 | 0 | 100001 | 11101001 | 11111 | 110101 |
Color Harmonies of #636CAC
Complementary color
Monochromatic Colors of #636CAC
Black with #636CAC
Text Example
Text Example
White with #636CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CAC; }
p { color: rgb(99,108,172); }
H1.HeaderClassName
{
color: #636CAC;
}
.AnyTagClassName
{
color: #636CAC;
}
</style>
background-color css
<style>
a { background-color: #636CAC; }
a { background-color: rgb(99,108,172); }
div.DivClassName
{
background-color: #636CAC;
}
.BgClassName
{
background-color: #636CAC;
}
</style>
border-color css
<style>
span { border-color: #636CAC; }
span { border-color: rgb(99,108,172); }
td.TdClassName
{
border-color: #636CAC;
}
.TagClassName
{
border-color: #636CAC;
}
</style>