Shades of Slate Blue #615CE0
Tints of Slate Blue #615CE0
RGB
CMYK
RGB Variations
Color information
#615CE0 (or 0x615CE0) is known color: Slate Blue. HEX triplet: 61, 5C and E0. RGB value is (97,92,224). Sum of RGB (Red+Green+Blue) = 97+92+224=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #615CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CE0 is #9EA31F. Grayscale: #6C6C6C. Windows color (decimal): -10396448 or 14703713. OLE color: 14703713.
HSL color Cylindrical-coordinate representation of color #615CE0: hue angle of 242.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615CE0 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 92 | 224 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.12 |
| HSL | 242.27º | 0.68% | 0.62% | - |
| HSV(B) | 242.27º | 0.59% | 0.88% | - |
| XYZ | 22.21 | 15.58 | 72.36 | - |
| YUV | 108.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 224 | 0.57 | 0.59 | 0 | 0.12 | 242.27 | 0.68 | 0.62 |
| Hex | 61 | 5C | E0 | 39 | 3B | 0 | C | F2 | 44 | 3E |
| Octal | 141 | 134 | 340 | 71 | 73 | 0 | 14 | 362 | 104 | 76 |
| Binary | 1100001 | 1011100 | 11100000 | 111001 | 111011 | 0 | 1100 | 11110010 | 1000100 | 111110 |
Color Harmonies of #615CE0
Complementary color
Monochromatic Colors of #615CE0
Black with #615CE0
Text Example
Text Example
White with #615CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CE0; }
p { color: rgb(97,92,224); }
H1.HeaderClassName
{
color: #615CE0;
}
.AnyTagClassName
{
color: #615CE0;
}
</style>
background-color css
<style>
a { background-color: #615CE0; }
a { background-color: rgb(97,92,224); }
div.DivClassName
{
background-color: #615CE0;
}
.BgClassName
{
background-color: #615CE0;
}
</style>
border-color css
<style>
span { border-color: #615CE0; }
span { border-color: rgb(97,92,224); }
td.TdClassName
{
border-color: #615CE0;
}
.TagClassName
{
border-color: #615CE0;
}
</style>