Shades of Slate Blue #615EDE
Tints of Slate Blue #615EDE
RGB
CMYK
RGB Variations
Color information
#615EDE (or 0x615EDE) is known color: Slate Blue. HEX triplet: 61, 5E and DE. RGB value is (97,94,222). Sum of RGB (Red+Green+Blue) = 97+94+222=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #615EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDE is #9EA121. Grayscale: #6C6C6C. Windows color (decimal): -10395938 or 14573153. OLE color: 14573153.
HSL color Cylindrical-coordinate representation of color #615EDE: hue angle of 241.41º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615EDE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 94 | 222 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.13 |
| HSL | 241.41º | 0.66% | 0.62% | - |
| HSV(B) | 241.41º | 0.58% | 0.87% | - |
| XYZ | 22.12 | 15.82 | 71 | - |
| YUV | 109.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 222 | 0.56 | 0.58 | 0 | 0.13 | 241.41 | 0.66 | 0.62 |
| Hex | 61 | 5E | DE | 38 | 3A | 0 | D | F1 | 42 | 3E |
| Octal | 141 | 136 | 336 | 70 | 72 | 0 | 15 | 361 | 102 | 76 |
| Binary | 1100001 | 1011110 | 11011110 | 111000 | 111010 | 0 | 1101 | 11110001 | 1000010 | 111110 |
Color Harmonies of #615EDE
Complementary color
Monochromatic Colors of #615EDE
Black with #615EDE
Text Example
Text Example
White with #615EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615EDE; }
p { color: rgb(97,94,222); }
H1.HeaderClassName
{
color: #615EDE;
}
.AnyTagClassName
{
color: #615EDE;
}
</style>
background-color css
<style>
a { background-color: #615EDE; }
a { background-color: rgb(97,94,222); }
div.DivClassName
{
background-color: #615EDE;
}
.BgClassName
{
background-color: #615EDE;
}
</style>
border-color css
<style>
span { border-color: #615EDE; }
span { border-color: rgb(97,94,222); }
td.TdClassName
{
border-color: #615EDE;
}
.TagClassName
{
border-color: #615EDE;
}
</style>