Shades of Slate Blue #636EDC
Tints of Slate Blue #636EDC
RGB
CMYK
RGB Variations
Color information
#636EDC (or 0x636EDC) is known color: Slate Blue. HEX triplet: 63, 6E and DC. RGB value is (99,110,220). Sum of RGB (Red+Green+Blue) = 99+110+220=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #636EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636EDC is #9C9123. Grayscale: #767676. Windows color (decimal): -10260772 or 14446179. OLE color: 14446179.
HSL color Cylindrical-coordinate representation of color #636EDC: hue angle of 234.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #636EDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 110 | 220 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 234.55º | 0.63% | 0.63% | - |
| HSV(B) | 234.55º | 0.55% | 0.86% | - |
| XYZ | 23.64 | 18.97 | 70.13 | - |
| YUV | 119.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 220 | 0.55 | 0.50 | 0 | 0.14 | 234.55 | 0.63 | 0.63 |
| Hex | 63 | 6E | DC | 37 | 32 | 0 | E | EB | 3F | 3F |
| Octal | 143 | 156 | 334 | 67 | 62 | 0 | 16 | 353 | 77 | 77 |
| Binary | 1100011 | 1101110 | 11011100 | 110111 | 110010 | 0 | 1110 | 11101011 | 111111 | 111111 |
Color Harmonies of #636EDC
Complementary color
Monochromatic Colors of #636EDC
Black with #636EDC
Text Example
Text Example
White with #636EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636EDC; }
p { color: rgb(99,110,220); }
H1.HeaderClassName
{
color: #636EDC;
}
.AnyTagClassName
{
color: #636EDC;
}
</style>
background-color css
<style>
a { background-color: #636EDC; }
a { background-color: rgb(99,110,220); }
div.DivClassName
{
background-color: #636EDC;
}
.BgClassName
{
background-color: #636EDC;
}
</style>
border-color css
<style>
span { border-color: #636EDC; }
span { border-color: rgb(99,110,220); }
td.TdClassName
{
border-color: #636EDC;
}
.TagClassName
{
border-color: #636EDC;
}
</style>