Shades of Slate Blue #615ECF
Tints of Slate Blue #615ECF
RGB
CMYK
RGB Variations
Color information
#615ECF (or 0x615ECF) is known color: Slate Blue. HEX triplet: 61, 5E and CF. RGB value is (97,94,207). Sum of RGB (Red+Green+Blue) = 97+94+207=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #615ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ECF is #9EA130. Grayscale: #6B6B6B. Windows color (decimal): -10395953 or 13590113. OLE color: 13590113.
HSL color Cylindrical-coordinate representation of color #615ECF: hue angle of 241.59º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615ECF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 94 | 207 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.19 |
| HSL | 241.59º | 0.54% | 0.59% | - |
| HSV(B) | 241.59º | 0.55% | 0.81% | - |
| XYZ | 20.19 | 15.05 | 60.87 | - |
| YUV | 107.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 207 | 0.53 | 0.55 | 0 | 0.19 | 241.59 | 0.54 | 0.59 |
| Hex | 61 | 5E | CF | 35 | 37 | 0 | 13 | F2 | 36 | 3B |
| Octal | 141 | 136 | 317 | 65 | 67 | 0 | 23 | 362 | 66 | 73 |
| Binary | 1100001 | 1011110 | 11001111 | 110101 | 110111 | 0 | 10011 | 11110010 | 110110 | 111011 |
Color Harmonies of #615ECF
Complementary color
Monochromatic Colors of #615ECF
Black with #615ECF
Text Example
Text Example
White with #615ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615ECF; }
p { color: rgb(97,94,207); }
H1.HeaderClassName
{
color: #615ECF;
}
.AnyTagClassName
{
color: #615ECF;
}
</style>
background-color css
<style>
a { background-color: #615ECF; }
a { background-color: rgb(97,94,207); }
div.DivClassName
{
background-color: #615ECF;
}
.BgClassName
{
background-color: #615ECF;
}
</style>
border-color css
<style>
span { border-color: #615ECF; }
span { border-color: rgb(97,94,207); }
td.TdClassName
{
border-color: #615ECF;
}
.TagClassName
{
border-color: #615ECF;
}
</style>