Shades of Slate Blue #615DCC
Tints of Slate Blue #615DCC
RGB
CMYK
RGB Variations
Color information
#615DCC (or 0x615DCC) is known color: Slate Blue. HEX triplet: 61, 5D and CC. RGB value is (97,93,204). Sum of RGB (Red+Green+Blue) = 97+93+204=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #615DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DCC is #9EA233. Grayscale: #6A6A6A. Windows color (decimal): -10396212 or 13393249. OLE color: 13393249.
HSL color Cylindrical-coordinate representation of color #615DCC: hue angle of 242.16º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #615DCC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 93 | 204 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.2 |
| HSL | 242.16º | 0.52% | 0.58% | - |
| HSV(B) | 242.16º | 0.54% | 0.8% | - |
| XYZ | 19.74 | 14.73 | 58.93 | - |
| YUV | 106.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 204 | 0.52 | 0.54 | 0 | 0.2 | 242.16 | 0.52 | 0.58 |
| Hex | 61 | 5D | CC | 34 | 36 | 0 | 14 | F2 | 34 | 3A |
| Octal | 141 | 135 | 314 | 64 | 66 | 0 | 24 | 362 | 64 | 72 |
| Binary | 1100001 | 1011101 | 11001100 | 110100 | 110110 | 0 | 10100 | 11110010 | 110100 | 111010 |
Color Harmonies of #615DCC
Complementary color
Monochromatic Colors of #615DCC
Black with #615DCC
Text Example
Text Example
White with #615DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DCC; }
p { color: rgb(97,93,204); }
H1.HeaderClassName
{
color: #615DCC;
}
.AnyTagClassName
{
color: #615DCC;
}
</style>
background-color css
<style>
a { background-color: #615DCC; }
a { background-color: rgb(97,93,204); }
div.DivClassName
{
background-color: #615DCC;
}
.BgClassName
{
background-color: #615DCC;
}
</style>
border-color css
<style>
span { border-color: #615DCC; }
span { border-color: rgb(97,93,204); }
td.TdClassName
{
border-color: #615DCC;
}
.TagClassName
{
border-color: #615DCC;
}
</style>