Shades of Chetwode Blue #636ABC
Tints of Chetwode Blue #636ABC
RGB
CMYK
RGB Variations
Color information
#636ABC (or 0x636ABC) is known color: Chetwode Blue. HEX triplet: 63, 6A and BC. RGB value is (99,106,188). Sum of RGB (Red+Green+Blue) = 99+106+188=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #636ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ABC is #9C9543. Grayscale: #707070. Windows color (decimal): -10261828 or 12348003. OLE color: 12348003.
HSL color Cylindrical-coordinate representation of color #636ABC: hue angle of 235.28º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #636ABC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 106 | 188 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.26 |
| HSL | 235.28º | 0.4% | 0.56% | - |
| HSV(B) | 235.28º | 0.47% | 0.74% | - |
| XYZ | 19.38 | 16.59 | 49.76 | - |
| YUV | 113.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 188 | 0.47 | 0.44 | 0 | 0.26 | 235.28 | 0.4 | 0.56 |
| Hex | 63 | 6A | BC | 2F | 2C | 0 | 1A | EB | 28 | 38 |
| Octal | 143 | 152 | 274 | 57 | 54 | 0 | 32 | 353 | 50 | 70 |
| Binary | 1100011 | 1101010 | 10111100 | 101111 | 101100 | 0 | 11010 | 11101011 | 101000 | 111000 |
Color Harmonies of #636ABC
Complementary color
Monochromatic Colors of #636ABC
Black with #636ABC
Text Example
Text Example
White with #636ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636ABC; }
p { color: rgb(99,106,188); }
H1.HeaderClassName
{
color: #636ABC;
}
.AnyTagClassName
{
color: #636ABC;
}
</style>
background-color css
<style>
a { background-color: #636ABC; }
a { background-color: rgb(99,106,188); }
div.DivClassName
{
background-color: #636ABC;
}
.BgClassName
{
background-color: #636ABC;
}
</style>
border-color css
<style>
span { border-color: #636ABC; }
span { border-color: rgb(99,106,188); }
td.TdClassName
{
border-color: #636ABC;
}
.TagClassName
{
border-color: #636ABC;
}
</style>