Shades of Chetwode Blue #636BA1
Tints of Chetwode Blue #636BA1
RGB
CMYK
RGB Variations
Color information
#636BA1 (or 0x636BA1) is known color: Chetwode Blue. HEX triplet: 63, 6B and A1. RGB value is (99,107,161). Sum of RGB (Red+Green+Blue) = 99+107+161=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #636BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636BA1 is #9C945E. Grayscale: #6E6E6E. Windows color (decimal): -10261599 or 10578787. OLE color: 10578787.
HSL color Cylindrical-coordinate representation of color #636BA1: hue angle of 232.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #636BA1 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 107 | 161 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.37 |
| HSL | 232.26º | 0.25% | 0.51% | - |
| HSV(B) | 232.26º | 0.39% | 0.63% | - |
| XYZ | 16.84 | 15.74 | 35.87 | - |
| YUV | 110.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 161 | 0.39 | 0.34 | 0 | 0.37 | 232.26 | 0.25 | 0.51 |
| Hex | 63 | 6B | A1 | 27 | 22 | 0 | 25 | E8 | 19 | 33 |
| Octal | 143 | 153 | 241 | 47 | 42 | 0 | 45 | 350 | 31 | 63 |
| Binary | 1100011 | 1101011 | 10100001 | 100111 | 100010 | 0 | 100101 | 11101000 | 11001 | 110011 |
Color Harmonies of #636BA1
Complementary color
Monochromatic Colors of #636BA1
Black with #636BA1
Text Example
Text Example
White with #636BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636BA1; }
p { color: rgb(99,107,161); }
H1.HeaderClassName
{
color: #636BA1;
}
.AnyTagClassName
{
color: #636BA1;
}
</style>
background-color css
<style>
a { background-color: #636BA1; }
a { background-color: rgb(99,107,161); }
div.DivClassName
{
background-color: #636BA1;
}
.BgClassName
{
background-color: #636BA1;
}
</style>
border-color css
<style>
span { border-color: #636BA1; }
span { border-color: rgb(99,107,161); }
td.TdClassName
{
border-color: #636BA1;
}
.TagClassName
{
border-color: #636BA1;
}
</style>