Shades of Slate Blue #653EDD
Tints of Slate Blue #653EDD
RGB
CMYK
RGB Variations
Color information
#653EDD (or 0x653EDD) is known color: Slate Blue. HEX triplet: 65, 3E and DD. RGB value is (101,62,221). Sum of RGB (Red+Green+Blue) = 101+62+221=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #653EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653EDD is #9AC122. Grayscale: #5B5B5B. Windows color (decimal): -10141987 or 14499429. OLE color: 14499429.
HSL color Cylindrical-coordinate representation of color #653EDD: hue angle of 254.72º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653EDD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 62 | 221 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.13 |
| HSL | 254.72º | 0.7% | 0.55% | - |
| HSV(B) | 254.72º | 0.72% | 0.87% | - |
| XYZ | 20.14 | 11.43 | 69.55 | - |
| YUV | 91.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 221 | 0.54 | 0.72 | 0 | 0.13 | 254.72 | 0.7 | 0.55 |
| Hex | 65 | 3E | DD | 36 | 48 | 0 | D | FF | 46 | 37 |
| Octal | 145 | 76 | 335 | 66 | 110 | 0 | 15 | 377 | 106 | 67 |
| Binary | 1100101 | 111110 | 11011101 | 110110 | 1001000 | 0 | 1101 | 11111111 | 1000110 | 110111 |
Color Harmonies of #653EDD
Complementary color
Monochromatic Colors of #653EDD
Black with #653EDD
Text Example
Text Example
White with #653EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EDD; }
p { color: rgb(101,62,221); }
H1.HeaderClassName
{
color: #653EDD;
}
.AnyTagClassName
{
color: #653EDD;
}
</style>
background-color css
<style>
a { background-color: #653EDD; }
a { background-color: rgb(101,62,221); }
div.DivClassName
{
background-color: #653EDD;
}
.BgClassName
{
background-color: #653EDD;
}
</style>
border-color css
<style>
span { border-color: #653EDD; }
span { border-color: rgb(101,62,221); }
td.TdClassName
{
border-color: #653EDD;
}
.TagClassName
{
border-color: #653EDD;
}
</style>