Shades of Chetwode Blue #636BAC
Tints of Chetwode Blue #636BAC
RGB
CMYK
RGB Variations
Color information
#636BAC (or 0x636BAC) is known color: Chetwode Blue. HEX triplet: 63, 6B and AC. RGB value is (99,107,172). Sum of RGB (Red+Green+Blue) = 99+107+172=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #636BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636BAC is #9C9453. Grayscale: #6F6F6F. Windows color (decimal): -10261588 or 11299683. OLE color: 11299683.
HSL color Cylindrical-coordinate representation of color #636BAC: hue angle of 233.42º 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 #636BAC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 107 | 172 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.33 |
| HSL | 233.42º | 0.31% | 0.53% | - |
| HSV(B) | 233.42º | 0.42% | 0.67% | - |
| XYZ | 17.85 | 16.15 | 41.21 | - |
| YUV | 112.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 107 | 172 | 0.42 | 0.38 | 0 | 0.33 | 233.42 | 0.31 | 0.53 |
| Hex | 63 | 6B | AC | 2A | 26 | 0 | 21 | E9 | 1F | 35 |
| Octal | 143 | 153 | 254 | 52 | 46 | 0 | 41 | 351 | 37 | 65 |
| Binary | 1100011 | 1101011 | 10101100 | 101010 | 100110 | 0 | 100001 | 11101001 | 11111 | 110101 |
Color Harmonies of #636BAC
Complementary color
Monochromatic Colors of #636BAC
Black with #636BAC
Text Example
Text Example
White with #636BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636BAC; }
p { color: rgb(99,107,172); }
H1.HeaderClassName
{
color: #636BAC;
}
.AnyTagClassName
{
color: #636BAC;
}
</style>
background-color css
<style>
a { background-color: #636BAC; }
a { background-color: rgb(99,107,172); }
div.DivClassName
{
background-color: #636BAC;
}
.BgClassName
{
background-color: #636BAC;
}
</style>
border-color css
<style>
span { border-color: #636BAC; }
span { border-color: rgb(99,107,172); }
td.TdClassName
{
border-color: #636BAC;
}
.TagClassName
{
border-color: #636BAC;
}
</style>