Shades of Slate Blue #615FDD
Tints of Slate Blue #615FDD
RGB
CMYK
RGB Variations
Color information
#615FDD (or 0x615FDD) is known color: Slate Blue. HEX triplet: 61, 5F and DD. RGB value is (97,95,221). Sum of RGB (Red+Green+Blue) = 97+95+221=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #615FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FDD is #9EA022. Grayscale: #6D6D6D. Windows color (decimal): -10395683 or 14507873. OLE color: 14507873.
HSL color Cylindrical-coordinate representation of color #615FDD: hue angle of 240.95º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #615FDD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 95 | 221 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 240.95º | 0.65% | 0.62% | - |
| HSV(B) | 240.95º | 0.57% | 0.87% | - |
| XYZ | 22.07 | 15.95 | 70.32 | - |
| YUV | 109.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 221 | 0.56 | 0.57 | 0 | 0.13 | 240.95 | 0.65 | 0.62 |
| Hex | 61 | 5F | DD | 38 | 39 | 0 | D | F1 | 41 | 3E |
| Octal | 141 | 137 | 335 | 70 | 71 | 0 | 15 | 361 | 101 | 76 |
| Binary | 1100001 | 1011111 | 11011101 | 111000 | 111001 | 0 | 1101 | 11110001 | 1000001 | 111110 |
Color Harmonies of #615FDD
Complementary color
Monochromatic Colors of #615FDD
Black with #615FDD
Text Example
Text Example
White with #615FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615FDD; }
p { color: rgb(97,95,221); }
H1.HeaderClassName
{
color: #615FDD;
}
.AnyTagClassName
{
color: #615FDD;
}
</style>
background-color css
<style>
a { background-color: #615FDD; }
a { background-color: rgb(97,95,221); }
div.DivClassName
{
background-color: #615FDD;
}
.BgClassName
{
background-color: #615FDD;
}
</style>
border-color css
<style>
span { border-color: #615FDD; }
span { border-color: rgb(97,95,221); }
td.TdClassName
{
border-color: #615FDD;
}
.TagClassName
{
border-color: #615FDD;
}
</style>