Shades of Chetwode Blue #636CAB
Tints of Chetwode Blue #636CAB
RGB
CMYK
RGB Variations
Color information
#636CAB (or 0x636CAB) is known color: Chetwode Blue. HEX triplet: 63, 6C and AB. RGB value is (99,108,171). Sum of RGB (Red+Green+Blue) = 99+108+171=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #636CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636CAB is #9C9354. Grayscale: #707070. Windows color (decimal): -10261333 or 11234403. OLE color: 11234403.
HSL color Cylindrical-coordinate representation of color #636CAB: hue angle of 232.5º degrees, saturation: 0.3, 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 #636CAB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 108 | 171 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.33 |
| HSL | 232.5º | 0.3% | 0.53% | - |
| HSV(B) | 232.5º | 0.42% | 0.67% | - |
| XYZ | 17.86 | 16.32 | 40.74 | - |
| YUV | 112.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 171 | 0.42 | 0.37 | 0 | 0.33 | 232.5 | 0.3 | 0.53 |
| Hex | 63 | 6C | AB | 2A | 25 | 0 | 21 | E8 | 1E | 35 |
| Octal | 143 | 154 | 253 | 52 | 45 | 0 | 41 | 350 | 36 | 65 |
| Binary | 1100011 | 1101100 | 10101011 | 101010 | 100101 | 0 | 100001 | 11101000 | 11110 | 110101 |
Color Harmonies of #636CAB
Complementary color
Monochromatic Colors of #636CAB
Black with #636CAB
Text Example
Text Example
White with #636CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636CAB; }
p { color: rgb(99,108,171); }
H1.HeaderClassName
{
color: #636CAB;
}
.AnyTagClassName
{
color: #636CAB;
}
</style>
background-color css
<style>
a { background-color: #636CAB; }
a { background-color: rgb(99,108,171); }
div.DivClassName
{
background-color: #636CAB;
}
.BgClassName
{
background-color: #636CAB;
}
</style>
border-color css
<style>
span { border-color: #636CAB; }
span { border-color: rgb(99,108,171); }
td.TdClassName
{
border-color: #636CAB;
}
.TagClassName
{
border-color: #636CAB;
}
</style>