Shades of Slate Blue #6155E6
Tints of Slate Blue #6155E6
RGB
CMYK
RGB Variations
Color information
#6155E6 (or 0x6155E6) is known color: Slate Blue. HEX triplet: 61, 55 and E6. RGB value is (97,85,230). Sum of RGB (Red+Green+Blue) = 97+85+230=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #6155E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6155E6 is #9EAA19. Grayscale: #686868. Windows color (decimal): -10398234 or 15095137. OLE color: 15095137.
HSL color Cylindrical-coordinate representation of color #6155E6: hue angle of 244.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6155E6 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 85 | 230 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.10 |
| HSL | 244.97º | 0.74% | 0.62% | - |
| HSV(B) | 244.97º | 0.63% | 0.9% | - |
| XYZ | 22.46 | 14.75 | 76.53 | - |
| YUV | 105.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 230 | 0.58 | 0.63 | 0 | 0.10 | 244.97 | 0.74 | 0.62 |
| Hex | 61 | 55 | E6 | 3A | 3F | 0 | A | F5 | 4A | 3E |
| Octal | 141 | 125 | 346 | 72 | 77 | 0 | 12 | 365 | 112 | 76 |
| Binary | 1100001 | 1010101 | 11100110 | 111010 | 111111 | 0 | 1010 | 11110101 | 1001010 | 111110 |
Color Harmonies of #6155E6
Complementary color
Monochromatic Colors of #6155E6
Black with #6155E6
Text Example
Text Example
White with #6155E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155E6; }
p { color: rgb(97,85,230); }
H1.HeaderClassName
{
color: #6155E6;
}
.AnyTagClassName
{
color: #6155E6;
}
</style>
background-color css
<style>
a { background-color: #6155E6; }
a { background-color: rgb(97,85,230); }
div.DivClassName
{
background-color: #6155E6;
}
.BgClassName
{
background-color: #6155E6;
}
</style>
border-color css
<style>
span { border-color: #6155E6; }
span { border-color: rgb(97,85,230); }
td.TdClassName
{
border-color: #6155E6;
}
.TagClassName
{
border-color: #6155E6;
}
</style>