Shades of Chetwode Blue #636AAB
Tints of Chetwode Blue #636AAB
RGB
CMYK
RGB Variations
Color information
#636AAB (or 0x636AAB) is known color: Chetwode Blue. HEX triplet: 63, 6A and AB. RGB value is (99,106,171). Sum of RGB (Red+Green+Blue) = 99+106+171=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #636AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636AAB is #9C9554. Grayscale: #6F6F6F. Windows color (decimal): -10261845 or 11233891. OLE color: 11233891.
HSL color Cylindrical-coordinate representation of color #636AAB: hue angle of 234.17º 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 #636AAB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 106 | 171 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.33 |
| HSL | 234.17º | 0.3% | 0.53% | - |
| HSV(B) | 234.17º | 0.42% | 0.67% | - |
| XYZ | 17.65 | 15.9 | 40.67 | - |
| YUV | 111.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 171 | 0.42 | 0.38 | 0 | 0.33 | 234.17 | 0.3 | 0.53 |
| Hex | 63 | 6A | AB | 2A | 26 | 0 | 21 | EA | 1E | 35 |
| Octal | 143 | 152 | 253 | 52 | 46 | 0 | 41 | 352 | 36 | 65 |
| Binary | 1100011 | 1101010 | 10101011 | 101010 | 100110 | 0 | 100001 | 11101010 | 11110 | 110101 |
Color Harmonies of #636AAB
Complementary color
Monochromatic Colors of #636AAB
Black with #636AAB
Text Example
Text Example
White with #636AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636AAB; }
p { color: rgb(99,106,171); }
H1.HeaderClassName
{
color: #636AAB;
}
.AnyTagClassName
{
color: #636AAB;
}
</style>
background-color css
<style>
a { background-color: #636AAB; }
a { background-color: rgb(99,106,171); }
div.DivClassName
{
background-color: #636AAB;
}
.BgClassName
{
background-color: #636AAB;
}
</style>
border-color css
<style>
span { border-color: #636AAB; }
span { border-color: rgb(99,106,171); }
td.TdClassName
{
border-color: #636AAB;
}
.TagClassName
{
border-color: #636AAB;
}
</style>