Shades of Slate Blue #615AD6
Tints of Slate Blue #615AD6
RGB
CMYK
RGB Variations
Color information
#615AD6 (or 0x615AD6) is known color: Slate Blue. HEX triplet: 61, 5A and D6. RGB value is (97,90,214). Sum of RGB (Red+Green+Blue) = 97+90+214=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #615AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AD6 is #9EA529. Grayscale: #696969. Windows color (decimal): -10396970 or 14047841. OLE color: 14047841.
HSL color Cylindrical-coordinate representation of color #615AD6: hue angle of 243.39º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615AD6 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 90 | 214 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.16 |
| HSL | 243.39º | 0.6% | 0.6% | - |
| HSV(B) | 243.39º | 0.58% | 0.84% | - |
| XYZ | 20.72 | 14.71 | 65.37 | - |
| YUV | 106.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 214 | 0.55 | 0.58 | 0 | 0.16 | 243.39 | 0.6 | 0.6 |
| Hex | 61 | 5A | D6 | 37 | 3A | 0 | 10 | F3 | 3C | 3C |
| Octal | 141 | 132 | 326 | 67 | 72 | 0 | 20 | 363 | 74 | 74 |
| Binary | 1100001 | 1011010 | 11010110 | 110111 | 111010 | 0 | 10000 | 11110011 | 111100 | 111100 |
Color Harmonies of #615AD6
Complementary color
Monochromatic Colors of #615AD6
Black with #615AD6
Text Example
Text Example
White with #615AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615AD6; }
p { color: rgb(97,90,214); }
H1.HeaderClassName
{
color: #615AD6;
}
.AnyTagClassName
{
color: #615AD6;
}
</style>
background-color css
<style>
a { background-color: #615AD6; }
a { background-color: rgb(97,90,214); }
div.DivClassName
{
background-color: #615AD6;
}
.BgClassName
{
background-color: #615AD6;
}
</style>
border-color css
<style>
span { border-color: #615AD6; }
span { border-color: rgb(97,90,214); }
td.TdClassName
{
border-color: #615AD6;
}
.TagClassName
{
border-color: #615AD6;
}
</style>