Shades of Slate Blue #6157EA
Tints of Slate Blue #6157EA
RGB
CMYK
RGB Variations
Color information
#6157EA (or 0x6157EA) is known color: Slate Blue. HEX triplet: 61, 57 and EA. RGB value is (97,87,234). Sum of RGB (Red+Green+Blue) = 97+87+234=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #6157EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6157EA is #9EA815. Grayscale: #6A6A6A. Windows color (decimal): -10397718 or 15357793. OLE color: 15357793.
HSL color Cylindrical-coordinate representation of color #6157EA: hue angle of 244.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6157EA is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 87 | 234 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.08 |
| HSL | 244.08º | 0.78% | 0.63% | - |
| HSV(B) | 244.08º | 0.63% | 0.92% | - |
| XYZ | 23.19 | 15.3 | 79.57 | - |
| YUV | 106.75 | 199.81 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 234 | 0.59 | 0.63 | 0 | 0.08 | 244.08 | 0.78 | 0.63 |
| Hex | 61 | 57 | EA | 3B | 3F | 0 | 8 | F4 | 4E | 3F |
| Octal | 141 | 127 | 352 | 73 | 77 | 0 | 10 | 364 | 116 | 77 |
| Binary | 1100001 | 1010111 | 11101010 | 111011 | 111111 | 0 | 1000 | 11110100 | 1001110 | 111111 |
Color Harmonies of #6157EA
Complementary color
Monochromatic Colors of #6157EA
Black with #6157EA
Text Example
Text Example
White with #6157EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6157EA; }
p { color: rgb(97,87,234); }
H1.HeaderClassName
{
color: #6157EA;
}
.AnyTagClassName
{
color: #6157EA;
}
</style>
background-color css
<style>
a { background-color: #6157EA; }
a { background-color: rgb(97,87,234); }
div.DivClassName
{
background-color: #6157EA;
}
.BgClassName
{
background-color: #6157EA;
}
</style>
border-color css
<style>
span { border-color: #6157EA; }
span { border-color: rgb(97,87,234); }
td.TdClassName
{
border-color: #6157EA;
}
.TagClassName
{
border-color: #6157EA;
}
</style>