Shades of Slate Blue #613CE1
Tints of Slate Blue #613CE1
RGB
CMYK
RGB Variations
Color information
#613CE1 (or 0x613CE1) is known color: Slate Blue. HEX triplet: 61, 3C and E1. RGB value is (97,60,225). Sum of RGB (Red+Green+Blue) = 97+60+225=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #613CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CE1 is #9EC31E. Grayscale: #595959. Windows color (decimal): -10404639 or 14761057. OLE color: 14761057.
HSL color Cylindrical-coordinate representation of color #613CE1: hue angle of 253.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613CE1 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 60 | 225 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.12 |
| HSL | 253.45º | 0.73% | 0.56% | - |
| HSV(B) | 253.45º | 0.73% | 0.88% | - |
| XYZ | 20.14 | 11.21 | 72.34 | - |
| YUV | 89.87 | 204.26 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 225 | 0.57 | 0.73 | 0 | 0.12 | 253.45 | 0.73 | 0.56 |
| Hex | 61 | 3C | E1 | 39 | 49 | 0 | C | FD | 49 | 38 |
| Octal | 141 | 74 | 341 | 71 | 111 | 0 | 14 | 375 | 111 | 70 |
| Binary | 1100001 | 111100 | 11100001 | 111001 | 1001001 | 0 | 1100 | 11111101 | 1001001 | 111000 |
Color Harmonies of #613CE1
Complementary color
Monochromatic Colors of #613CE1
Black with #613CE1
Text Example
Text Example
White with #613CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CE1; }
p { color: rgb(97,60,225); }
H1.HeaderClassName
{
color: #613CE1;
}
.AnyTagClassName
{
color: #613CE1;
}
</style>
background-color css
<style>
a { background-color: #613CE1; }
a { background-color: rgb(97,60,225); }
div.DivClassName
{
background-color: #613CE1;
}
.BgClassName
{
background-color: #613CE1;
}
</style>
border-color css
<style>
span { border-color: #613CE1; }
span { border-color: rgb(97,60,225); }
td.TdClassName
{
border-color: #613CE1;
}
.TagClassName
{
border-color: #613CE1;
}
</style>