Shades of Slate Blue #615EDD
Tints of Slate Blue #615EDD
RGB
CMYK
RGB Variations
Color information
#615EDD (or 0x615EDD) is known color: Slate Blue. HEX triplet: 61, 5E and DD. RGB value is (97,94,221). Sum of RGB (Red+Green+Blue) = 97+94+221=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #615EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDD is #9EA122. Grayscale: #6C6C6C. Windows color (decimal): -10395939 or 14507617. OLE color: 14507617.
HSL color Cylindrical-coordinate representation of color #615EDD: hue angle of 241.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615EDD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 94 | 221 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 241.42º | 0.65% | 0.62% | - |
| HSV(B) | 241.42º | 0.57% | 0.87% | - |
| XYZ | 21.98 | 15.77 | 70.29 | - |
| YUV | 109.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 221 | 0.56 | 0.57 | 0 | 0.13 | 241.42 | 0.65 | 0.62 |
| Hex | 61 | 5E | DD | 38 | 39 | 0 | D | F1 | 41 | 3E |
| Octal | 141 | 136 | 335 | 70 | 71 | 0 | 15 | 361 | 101 | 76 |
| Binary | 1100001 | 1011110 | 11011101 | 111000 | 111001 | 0 | 1101 | 11110001 | 1000001 | 111110 |
Color Harmonies of #615EDD
Complementary color
Monochromatic Colors of #615EDD
Black with #615EDD
Text Example
Text Example
White with #615EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615EDD; }
p { color: rgb(97,94,221); }
H1.HeaderClassName
{
color: #615EDD;
}
.AnyTagClassName
{
color: #615EDD;
}
</style>
background-color css
<style>
a { background-color: #615EDD; }
a { background-color: rgb(97,94,221); }
div.DivClassName
{
background-color: #615EDD;
}
.BgClassName
{
background-color: #615EDD;
}
</style>
border-color css
<style>
span { border-color: #615EDD; }
span { border-color: rgb(97,94,221); }
td.TdClassName
{
border-color: #615EDD;
}
.TagClassName
{
border-color: #615EDD;
}
</style>