Shades of Slate Blue #636EDD
Tints of Slate Blue #636EDD
RGB
CMYK
RGB Variations
Color information
#636EDD (or 0x636EDD) is known color: Slate Blue. HEX triplet: 63, 6E and DD. RGB value is (99,110,221). Sum of RGB (Red+Green+Blue) = 99+110+221=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #636EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636EDD is #9C9122. Grayscale: #767676. Windows color (decimal): -10260771 or 14511715. OLE color: 14511715.
HSL color Cylindrical-coordinate representation of color #636EDD: hue angle of 234.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636EDD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 110 | 221 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.13 |
| HSL | 234.59º | 0.64% | 0.63% | - |
| HSV(B) | 234.59º | 0.55% | 0.87% | - |
| XYZ | 23.77 | 19.02 | 70.83 | - |
| YUV | 119.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 221 | 0.55 | 0.50 | 0 | 0.13 | 234.59 | 0.64 | 0.63 |
| Hex | 63 | 6E | DD | 37 | 32 | 0 | D | EB | 40 | 3F |
| Octal | 143 | 156 | 335 | 67 | 62 | 0 | 15 | 353 | 100 | 77 |
| Binary | 1100011 | 1101110 | 11011101 | 110111 | 110010 | 0 | 1101 | 11101011 | 1000000 | 111111 |
Color Harmonies of #636EDD
Complementary color
Monochromatic Colors of #636EDD
Black with #636EDD
Text Example
Text Example
White with #636EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636EDD; }
p { color: rgb(99,110,221); }
H1.HeaderClassName
{
color: #636EDD;
}
.AnyTagClassName
{
color: #636EDD;
}
</style>
background-color css
<style>
a { background-color: #636EDD; }
a { background-color: rgb(99,110,221); }
div.DivClassName
{
background-color: #636EDD;
}
.BgClassName
{
background-color: #636EDD;
}
</style>
border-color css
<style>
span { border-color: #636EDD; }
span { border-color: rgb(99,110,221); }
td.TdClassName
{
border-color: #636EDD;
}
.TagClassName
{
border-color: #636EDD;
}
</style>