Shades of Slate Blue #615DCD
Tints of Slate Blue #615DCD
RGB
CMYK
RGB Variations
Color information
#615DCD (or 0x615DCD) is known color: Slate Blue. HEX triplet: 61, 5D and CD. RGB value is (97,93,205). Sum of RGB (Red+Green+Blue) = 97+93+205=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #615DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DCD is #9EA232. Grayscale: #6A6A6A. Windows color (decimal): -10396211 or 13458785. OLE color: 13458785.
HSL color Cylindrical-coordinate representation of color #615DCD: hue angle of 242.14º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615DCD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 93 | 205 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.20 |
| HSL | 242.14º | 0.53% | 0.58% | - |
| HSV(B) | 242.14º | 0.55% | 0.8% | - |
| XYZ | 19.86 | 14.78 | 59.56 | - |
| YUV | 106.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 205 | 0.53 | 0.55 | 0 | 0.20 | 242.14 | 0.53 | 0.58 |
| Hex | 61 | 5D | CD | 35 | 37 | 0 | 14 | F2 | 35 | 3A |
| Octal | 141 | 135 | 315 | 65 | 67 | 0 | 24 | 362 | 65 | 72 |
| Binary | 1100001 | 1011101 | 11001101 | 110101 | 110111 | 0 | 10100 | 11110010 | 110101 | 111010 |
Color Harmonies of #615DCD
Complementary color
Monochromatic Colors of #615DCD
Black with #615DCD
Text Example
Text Example
White with #615DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DCD; }
p { color: rgb(97,93,205); }
H1.HeaderClassName
{
color: #615DCD;
}
.AnyTagClassName
{
color: #615DCD;
}
</style>
background-color css
<style>
a { background-color: #615DCD; }
a { background-color: rgb(97,93,205); }
div.DivClassName
{
background-color: #615DCD;
}
.BgClassName
{
background-color: #615DCD;
}
</style>
border-color css
<style>
span { border-color: #615DCD; }
span { border-color: rgb(97,93,205); }
td.TdClassName
{
border-color: #615DCD;
}
.TagClassName
{
border-color: #615DCD;
}
</style>