Shades of Chetwode Blue #636BA6
Tints of Chetwode Blue #636BA6
RGB
CMYK
RGB Variations
Color information
#636BA6 (or 0x636BA6) is known color: Chetwode Blue. HEX triplet: 63, 6B and A6. RGB value is (99,107,166). Sum of RGB (Red+Green+Blue) = 99+107+166=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 166 - color contains mainly: blue. Hex color #636BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636BA6 is #9C9459. Grayscale: #6F6F6F. Windows color (decimal): -10261594 or 10906467. OLE color: 10906467.
HSL color Cylindrical-coordinate representation of color #636BA6: hue angle of 232.84º 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 #636BA6 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 107 | 166 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.35 |
| HSL | 232.84º | 0.27% | 0.52% | - |
| HSV(B) | 232.84º | 0.4% | 0.65% | - |
| XYZ | 17.29 | 15.92 | 38.24 | - |
| YUV | 111.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 166 | 0.40 | 0.36 | 0 | 0.35 | 232.84 | 0.27 | 0.52 |
| Hex | 63 | 6B | A6 | 28 | 24 | 0 | 23 | E9 | 1B | 34 |
| Octal | 143 | 153 | 246 | 50 | 44 | 0 | 43 | 351 | 33 | 64 |
| Binary | 1100011 | 1101011 | 10100110 | 101000 | 100100 | 0 | 100011 | 11101001 | 11011 | 110100 |
Color Harmonies of #636BA6
Complementary color
Monochromatic Colors of #636BA6
Black with #636BA6
Text Example
Text Example
White with #636BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636BA6; }
p { color: rgb(99,107,166); }
H1.HeaderClassName
{
color: #636BA6;
}
.AnyTagClassName
{
color: #636BA6;
}
</style>
background-color css
<style>
a { background-color: #636BA6; }
a { background-color: rgb(99,107,166); }
div.DivClassName
{
background-color: #636BA6;
}
.BgClassName
{
background-color: #636BA6;
}
</style>
border-color css
<style>
span { border-color: #636BA6; }
span { border-color: rgb(99,107,166); }
td.TdClassName
{
border-color: #636BA6;
}
.TagClassName
{
border-color: #636BA6;
}
</style>