Shades of Slate Blue #613BE5
Tints of Slate Blue #613BE5
RGB
CMYK
RGB Variations
Color information
#613BE5 (or 0x613BE5) is known color: Slate Blue. HEX triplet: 61, 3B and E5. RGB value is (97,59,229). Sum of RGB (Red+Green+Blue) = 97+59+229=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #613BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BE5 is #9EC41A. Grayscale: #595959. Windows color (decimal): -10404891 or 15022945. OLE color: 15022945.
HSL color Cylindrical-coordinate representation of color #613BE5: hue angle of 253.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613BE5 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 59 | 229 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.10 |
| HSL | 253.41º | 0.77% | 0.56% | - |
| HSV(B) | 253.41º | 0.74% | 0.9% | - |
| XYZ | 20.64 | 11.33 | 75.23 | - |
| YUV | 89.74 | 206.59 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 229 | 0.58 | 0.74 | 0 | 0.10 | 253.41 | 0.77 | 0.56 |
| Hex | 61 | 3B | E5 | 3A | 4A | 0 | A | FD | 4D | 38 |
| Octal | 141 | 73 | 345 | 72 | 112 | 0 | 12 | 375 | 115 | 70 |
| Binary | 1100001 | 111011 | 11100101 | 111010 | 1001010 | 0 | 1010 | 11111101 | 1001101 | 111000 |
Color Harmonies of #613BE5
Complementary color
Monochromatic Colors of #613BE5
Black with #613BE5
Text Example
Text Example
White with #613BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BE5; }
p { color: rgb(97,59,229); }
H1.HeaderClassName
{
color: #613BE5;
}
.AnyTagClassName
{
color: #613BE5;
}
</style>
background-color css
<style>
a { background-color: #613BE5; }
a { background-color: rgb(97,59,229); }
div.DivClassName
{
background-color: #613BE5;
}
.BgClassName
{
background-color: #613BE5;
}
</style>
border-color css
<style>
span { border-color: #613BE5; }
span { border-color: rgb(97,59,229); }
td.TdClassName
{
border-color: #613BE5;
}
.TagClassName
{
border-color: #613BE5;
}
</style>