Shades of Slate Blue #615ADD
Tints of Slate Blue #615ADD
RGB
CMYK
RGB Variations
Color information
#615ADD (or 0x615ADD) is known color: Slate Blue. HEX triplet: 61, 5A and DD. RGB value is (97,90,221). Sum of RGB (Red+Green+Blue) = 97+90+221=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #615ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ADD is #9EA522. Grayscale: #6A6A6A. Windows color (decimal): -10396963 or 14506593. OLE color: 14506593.
HSL color Cylindrical-coordinate representation of color #615ADD: hue angle of 243.21º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615ADD is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 90 | 221 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.13 |
| HSL | 243.21º | 0.66% | 0.61% | - |
| HSV(B) | 243.21º | 0.59% | 0.87% | - |
| XYZ | 21.64 | 15.07 | 70.18 | - |
| YUV | 107.03 | 192.32 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 221 | 0.56 | 0.59 | 0 | 0.13 | 243.21 | 0.66 | 0.61 |
| Hex | 61 | 5A | DD | 38 | 3B | 0 | D | F3 | 42 | 3D |
| Octal | 141 | 132 | 335 | 70 | 73 | 0 | 15 | 363 | 102 | 75 |
| Binary | 1100001 | 1011010 | 11011101 | 111000 | 111011 | 0 | 1101 | 11110011 | 1000010 | 111101 |
Color Harmonies of #615ADD
Complementary color
Monochromatic Colors of #615ADD
Black with #615ADD
Text Example
Text Example
White with #615ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615ADD; }
p { color: rgb(97,90,221); }
H1.HeaderClassName
{
color: #615ADD;
}
.AnyTagClassName
{
color: #615ADD;
}
</style>
background-color css
<style>
a { background-color: #615ADD; }
a { background-color: rgb(97,90,221); }
div.DivClassName
{
background-color: #615ADD;
}
.BgClassName
{
background-color: #615ADD;
}
</style>
border-color css
<style>
span { border-color: #615ADD; }
span { border-color: rgb(97,90,221); }
td.TdClassName
{
border-color: #615ADD;
}
.TagClassName
{
border-color: #615ADD;
}
</style>