Shades of Slate Blue #615EDA
Tints of Slate Blue #615EDA
RGB
CMYK
RGB Variations
Color information
#615EDA (or 0x615EDA) is known color: Slate Blue. HEX triplet: 61, 5E and DA. RGB value is (97,94,218). Sum of RGB (Red+Green+Blue) = 97+94+218=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #615EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDA is #9EA125. Grayscale: #6C6C6C. Windows color (decimal): -10395942 or 14311009. OLE color: 14311009.
HSL color Cylindrical-coordinate representation of color #615EDA: hue angle of 241.45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615EDA is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 94 | 218 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.15 |
| HSL | 241.45º | 0.63% | 0.61% | - |
| HSV(B) | 241.45º | 0.57% | 0.85% | - |
| XYZ | 21.59 | 15.61 | 68.2 | - |
| YUV | 109.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 218 | 0.56 | 0.57 | 0 | 0.15 | 241.45 | 0.63 | 0.61 |
| Hex | 61 | 5E | DA | 38 | 39 | 0 | F | F1 | 3F | 3D |
| Octal | 141 | 136 | 332 | 70 | 71 | 0 | 17 | 361 | 77 | 75 |
| Binary | 1100001 | 1011110 | 11011010 | 111000 | 111001 | 0 | 1111 | 11110001 | 111111 | 111101 |
Color Harmonies of #615EDA
Complementary color
Monochromatic Colors of #615EDA
Black with #615EDA
Text Example
Text Example
White with #615EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615EDA; }
p { color: rgb(97,94,218); }
H1.HeaderClassName
{
color: #615EDA;
}
.AnyTagClassName
{
color: #615EDA;
}
</style>
background-color css
<style>
a { background-color: #615EDA; }
a { background-color: rgb(97,94,218); }
div.DivClassName
{
background-color: #615EDA;
}
.BgClassName
{
background-color: #615EDA;
}
</style>
border-color css
<style>
span { border-color: #615EDA; }
span { border-color: rgb(97,94,218); }
td.TdClassName
{
border-color: #615EDA;
}
.TagClassName
{
border-color: #615EDA;
}
</style>