Shades of Slate Blue #615AD9
Tints of Slate Blue #615AD9
RGB
CMYK
RGB Variations
Color information
#615AD9 (or 0x615AD9) is known color: Slate Blue. HEX triplet: 61, 5A and D9. RGB value is (97,90,217). Sum of RGB (Red+Green+Blue) = 97+90+217=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #615AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AD9 is #9EA526. Grayscale: #6A6A6A. Windows color (decimal): -10396967 or 14244449. OLE color: 14244449.
HSL color Cylindrical-coordinate representation of color #615AD9: hue angle of 243.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #615AD9 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 90 | 217 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.15 |
| HSL | 243.31º | 0.63% | 0.6% | - |
| HSV(B) | 243.31º | 0.59% | 0.85% | - |
| XYZ | 21.11 | 14.86 | 67.4 | - |
| YUV | 106.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 217 | 0.55 | 0.59 | 0 | 0.15 | 243.31 | 0.63 | 0.6 |
| Hex | 61 | 5A | D9 | 37 | 3B | 0 | F | F3 | 3F | 3C |
| Octal | 141 | 132 | 331 | 67 | 73 | 0 | 17 | 363 | 77 | 74 |
| Binary | 1100001 | 1011010 | 11011001 | 110111 | 111011 | 0 | 1111 | 11110011 | 111111 | 111100 |
Color Harmonies of #615AD9
Complementary color
Monochromatic Colors of #615AD9
Black with #615AD9
Text Example
Text Example
White with #615AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615AD9; }
p { color: rgb(97,90,217); }
H1.HeaderClassName
{
color: #615AD9;
}
.AnyTagClassName
{
color: #615AD9;
}
</style>
background-color css
<style>
a { background-color: #615AD9; }
a { background-color: rgb(97,90,217); }
div.DivClassName
{
background-color: #615AD9;
}
.BgClassName
{
background-color: #615AD9;
}
</style>
border-color css
<style>
span { border-color: #615AD9; }
span { border-color: rgb(97,90,217); }
td.TdClassName
{
border-color: #615AD9;
}
.TagClassName
{
border-color: #615AD9;
}
</style>