Shades of Slate Blue #615DDF
Tints of Slate Blue #615DDF
RGB
CMYK
RGB Variations
Color information
#615DDF (or 0x615DDF) is known color: Slate Blue. HEX triplet: 61, 5D and DF. RGB value is (97,93,223). Sum of RGB (Red+Green+Blue) = 97+93+223=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #615DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DDF is #9EA220. Grayscale: #6C6C6C. Windows color (decimal): -10396193 or 14638433. OLE color: 14638433.
HSL color Cylindrical-coordinate representation of color #615DDF: hue angle of 241.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #615DDF is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 93 | 223 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.13 |
| HSL | 241.85º | 0.67% | 0.62% | - |
| HSV(B) | 241.85º | 0.58% | 0.87% | - |
| XYZ | 22.16 | 15.7 | 71.67 | - |
| YUV | 109.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 223 | 0.57 | 0.58 | 0 | 0.13 | 241.85 | 0.67 | 0.62 |
| Hex | 61 | 5D | DF | 39 | 3A | 0 | D | F2 | 43 | 3E |
| Octal | 141 | 135 | 337 | 71 | 72 | 0 | 15 | 362 | 103 | 76 |
| Binary | 1100001 | 1011101 | 11011111 | 111001 | 111010 | 0 | 1101 | 11110010 | 1000011 | 111110 |
Color Harmonies of #615DDF
Complementary color
Monochromatic Colors of #615DDF
Black with #615DDF
Text Example
Text Example
White with #615DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DDF; }
p { color: rgb(97,93,223); }
H1.HeaderClassName
{
color: #615DDF;
}
.AnyTagClassName
{
color: #615DDF;
}
</style>
background-color css
<style>
a { background-color: #615DDF; }
a { background-color: rgb(97,93,223); }
div.DivClassName
{
background-color: #615DDF;
}
.BgClassName
{
background-color: #615DDF;
}
</style>
border-color css
<style>
span { border-color: #615DDF; }
span { border-color: rgb(97,93,223); }
td.TdClassName
{
border-color: #615DDF;
}
.TagClassName
{
border-color: #615DDF;
}
</style>