Shades of Slate Blue #615EDB
Tints of Slate Blue #615EDB
RGB
CMYK
RGB Variations
Color information
#615EDB (or 0x615EDB) is known color: Slate Blue. HEX triplet: 61, 5E and DB. RGB value is (97,94,219). Sum of RGB (Red+Green+Blue) = 97+94+219=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #615EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EDB is #9EA124. Grayscale: #6C6C6C. Windows color (decimal): -10395941 or 14376545. OLE color: 14376545.
HSL color Cylindrical-coordinate representation of color #615EDB: hue angle of 241.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615EDB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 94 | 219 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.14 |
| HSL | 241.44º | 0.63% | 0.61% | - |
| HSV(B) | 241.44º | 0.57% | 0.86% | - |
| XYZ | 21.72 | 15.66 | 68.9 | - |
| YUV | 109.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 219 | 0.56 | 0.57 | 0 | 0.14 | 241.44 | 0.63 | 0.61 |
| Hex | 61 | 5E | DB | 38 | 39 | 0 | E | F1 | 3F | 3D |
| Octal | 141 | 136 | 333 | 70 | 71 | 0 | 16 | 361 | 77 | 75 |
| Binary | 1100001 | 1011110 | 11011011 | 111000 | 111001 | 0 | 1110 | 11110001 | 111111 | 111101 |
Color Harmonies of #615EDB
Complementary color
Monochromatic Colors of #615EDB
Black with #615EDB
Text Example
Text Example
White with #615EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615EDB; }
p { color: rgb(97,94,219); }
H1.HeaderClassName
{
color: #615EDB;
}
.AnyTagClassName
{
color: #615EDB;
}
</style>
background-color css
<style>
a { background-color: #615EDB; }
a { background-color: rgb(97,94,219); }
div.DivClassName
{
background-color: #615EDB;
}
.BgClassName
{
background-color: #615EDB;
}
</style>
border-color css
<style>
span { border-color: #615EDB; }
span { border-color: rgb(97,94,219); }
td.TdClassName
{
border-color: #615EDB;
}
.TagClassName
{
border-color: #615EDB;
}
</style>