Shades of Slate Blue #613CE4
Tints of Slate Blue #613CE4
RGB
CMYK
RGB Variations
Color information
#613CE4 (or 0x613CE4) is known color: Slate Blue. HEX triplet: 61, 3C and E4. RGB value is (97,60,228). Sum of RGB (Red+Green+Blue) = 97+60+228=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 228 (89.45% from 255 or 59.22% from 385); Max value from RGB is 228 - color contains mainly: blue. Hex color #613CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CE4 is #9EC31B. Grayscale: #595959. Windows color (decimal): -10404636 or 14957665. OLE color: 14957665.
HSL color Cylindrical-coordinate representation of color #613CE4: hue angle of 253.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613CE4 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 60 | 228 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.11 |
| HSL | 253.21º | 0.76% | 0.56% | - |
| HSV(B) | 253.21º | 0.74% | 0.89% | - |
| XYZ | 20.55 | 11.37 | 74.51 | - |
| YUV | 90.22 | 205.76 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 228 | 0.57 | 0.74 | 0 | 0.11 | 253.21 | 0.76 | 0.56 |
| Hex | 61 | 3C | E4 | 39 | 4A | 0 | B | FD | 4C | 38 |
| Octal | 141 | 74 | 344 | 71 | 112 | 0 | 13 | 375 | 114 | 70 |
| Binary | 1100001 | 111100 | 11100100 | 111001 | 1001010 | 0 | 1011 | 11111101 | 1001100 | 111000 |
Color Harmonies of #613CE4
Complementary color
Monochromatic Colors of #613CE4
Black with #613CE4
Text Example
Text Example
White with #613CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CE4; }
p { color: rgb(97,60,228); }
H1.HeaderClassName
{
color: #613CE4;
}
.AnyTagClassName
{
color: #613CE4;
}
</style>
background-color css
<style>
a { background-color: #613CE4; }
a { background-color: rgb(97,60,228); }
div.DivClassName
{
background-color: #613CE4;
}
.BgClassName
{
background-color: #613CE4;
}
</style>
border-color css
<style>
span { border-color: #613CE4; }
span { border-color: rgb(97,60,228); }
td.TdClassName
{
border-color: #613CE4;
}
.TagClassName
{
border-color: #613CE4;
}
</style>