Shades of Chetwode Blue #636DBB
Tints of Chetwode Blue #636DBB
RGB
CMYK
RGB Variations
Color information
#636DBB (or 0x636DBB) is known color: Chetwode Blue. HEX triplet: 63, 6D and BB. RGB value is (99,109,187). Sum of RGB (Red+Green+Blue) = 99+109+187=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #636DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636DBB is #9C9244. Grayscale: #727272. Windows color (decimal): -10261061 or 12283235. OLE color: 12283235.
HSL color Cylindrical-coordinate representation of color #636DBB: hue angle of 233.18º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #636DBB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 109 | 187 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.27 |
| HSL | 233.18º | 0.39% | 0.56% | - |
| HSV(B) | 233.18º | 0.47% | 0.73% | - |
| XYZ | 19.58 | 17.18 | 49.3 | - |
| YUV | 114.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 187 | 0.47 | 0.42 | 0 | 0.27 | 233.18 | 0.39 | 0.56 |
| Hex | 63 | 6D | BB | 2F | 2A | 0 | 1B | E9 | 27 | 38 |
| Octal | 143 | 155 | 273 | 57 | 52 | 0 | 33 | 351 | 47 | 70 |
| Binary | 1100011 | 1101101 | 10111011 | 101111 | 101010 | 0 | 11011 | 11101001 | 100111 | 111000 |
Color Harmonies of #636DBB
Complementary color
Monochromatic Colors of #636DBB
Black with #636DBB
Text Example
Text Example
White with #636DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636DBB; }
p { color: rgb(99,109,187); }
H1.HeaderClassName
{
color: #636DBB;
}
.AnyTagClassName
{
color: #636DBB;
}
</style>
background-color css
<style>
a { background-color: #636DBB; }
a { background-color: rgb(99,109,187); }
div.DivClassName
{
background-color: #636DBB;
}
.BgClassName
{
background-color: #636DBB;
}
</style>
border-color css
<style>
span { border-color: #636DBB; }
span { border-color: rgb(99,109,187); }
td.TdClassName
{
border-color: #636DBB;
}
.TagClassName
{
border-color: #636DBB;
}
</style>