Shades of Chetwode Blue #636DBD
Tints of Chetwode Blue #636DBD
RGB
CMYK
RGB Variations
Color information
#636DBD (or 0x636DBD) is known color: Chetwode Blue. HEX triplet: 63, 6D and BD. RGB value is (99,109,189). Sum of RGB (Red+Green+Blue) = 99+109+189=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #636DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DBD is #9C9242. Grayscale: #727272. Windows color (decimal): -10261059 or 12414307. OLE color: 12414307.
HSL color Cylindrical-coordinate representation of color #636DBD: hue angle of 233.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #636DBD is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 109 | 189 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.26 |
| HSL | 233.33º | 0.41% | 0.56% | - |
| HSV(B) | 233.33º | 0.48% | 0.74% | - |
| XYZ | 19.8 | 17.26 | 50.43 | - |
| YUV | 115.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 189 | 0.48 | 0.42 | 0 | 0.26 | 233.33 | 0.41 | 0.56 |
| Hex | 63 | 6D | BD | 30 | 2A | 0 | 1A | E9 | 29 | 38 |
| Octal | 143 | 155 | 275 | 60 | 52 | 0 | 32 | 351 | 51 | 70 |
| Binary | 1100011 | 1101101 | 10111101 | 110000 | 101010 | 0 | 11010 | 11101001 | 101001 | 111000 |
Color Harmonies of #636DBD
Complementary color
Monochromatic Colors of #636DBD
Black with #636DBD
Text Example
Text Example
White with #636DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DBD; }
p { color: rgb(99,109,189); }
H1.HeaderClassName
{
color: #636DBD;
}
.AnyTagClassName
{
color: #636DBD;
}
</style>
background-color css
<style>
a { background-color: #636DBD; }
a { background-color: rgb(99,109,189); }
div.DivClassName
{
background-color: #636DBD;
}
.BgClassName
{
background-color: #636DBD;
}
</style>
border-color css
<style>
span { border-color: #636DBD; }
span { border-color: rgb(99,109,189); }
td.TdClassName
{
border-color: #636DBD;
}
.TagClassName
{
border-color: #636DBD;
}
</style>