Shades of Slate Blue #636ACE
Tints of Slate Blue #636ACE
RGB
CMYK
RGB Variations
Color information
#636ACE (or 0x636ACE) is known color: Slate Blue. HEX triplet: 63, 6A and CE. RGB value is (99,106,206). Sum of RGB (Red+Green+Blue) = 99+106+206=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #636ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ACE is #9C9531. Grayscale: #727272. Windows color (decimal): -10261810 or 13527651. OLE color: 13527651.
HSL color Cylindrical-coordinate representation of color #636ACE: hue angle of 236.07º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #636ACE is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 106 | 206 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.19 |
| HSL | 236.07º | 0.52% | 0.6% | - |
| HSV(B) | 236.07º | 0.52% | 0.81% | - |
| XYZ | 21.44 | 17.42 | 60.62 | - |
| YUV | 115.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 206 | 0.52 | 0.49 | 0 | 0.19 | 236.07 | 0.52 | 0.6 |
| Hex | 63 | 6A | CE | 34 | 31 | 0 | 13 | EC | 34 | 3C |
| Octal | 143 | 152 | 316 | 64 | 61 | 0 | 23 | 354 | 64 | 74 |
| Binary | 1100011 | 1101010 | 11001110 | 110100 | 110001 | 0 | 10011 | 11101100 | 110100 | 111100 |
Color Harmonies of #636ACE
Complementary color
Monochromatic Colors of #636ACE
Black with #636ACE
Text Example
Text Example
White with #636ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636ACE; }
p { color: rgb(99,106,206); }
H1.HeaderClassName
{
color: #636ACE;
}
.AnyTagClassName
{
color: #636ACE;
}
</style>
background-color css
<style>
a { background-color: #636ACE; }
a { background-color: rgb(99,106,206); }
div.DivClassName
{
background-color: #636ACE;
}
.BgClassName
{
background-color: #636ACE;
}
</style>
border-color css
<style>
span { border-color: #636ACE; }
span { border-color: rgb(99,106,206); }
td.TdClassName
{
border-color: #636ACE;
}
.TagClassName
{
border-color: #636ACE;
}
</style>