Shades of Slate Blue #6155C1
Tints of Slate Blue #6155C1
RGB
CMYK
RGB Variations
Color information
#6155C1 (or 0x6155C1) is known color: Slate Blue. HEX triplet: 61, 55 and C1. RGB value is (97,85,193). Sum of RGB (Red+Green+Blue) = 97+85+193=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #6155C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155C1 is #9EAA3E. Grayscale: #646464. Windows color (decimal): -10398271 or 12670305. OLE color: 12670305.
HSL color Cylindrical-coordinate representation of color #6155C1: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6155C1 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 85 | 193 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.24 |
| HSL | 246.67º | 0.47% | 0.55% | - |
| HSV(B) | 246.67º | 0.56% | 0.76% | - |
| XYZ | 17.8 | 12.89 | 52 | - |
| YUV | 100.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 193 | 0.50 | 0.56 | 0 | 0.24 | 246.67 | 0.47 | 0.55 |
| Hex | 61 | 55 | C1 | 32 | 38 | 0 | 18 | F7 | 2F | 37 |
| Octal | 141 | 125 | 301 | 62 | 70 | 0 | 30 | 367 | 57 | 67 |
| Binary | 1100001 | 1010101 | 11000001 | 110010 | 111000 | 0 | 11000 | 11110111 | 101111 | 110111 |
Color Harmonies of #6155C1
Complementary color
Monochromatic Colors of #6155C1
Black with #6155C1
Text Example
Text Example
White with #6155C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155C1; }
p { color: rgb(97,85,193); }
H1.HeaderClassName
{
color: #6155C1;
}
.AnyTagClassName
{
color: #6155C1;
}
</style>
background-color css
<style>
a { background-color: #6155C1; }
a { background-color: rgb(97,85,193); }
div.DivClassName
{
background-color: #6155C1;
}
.BgClassName
{
background-color: #6155C1;
}
</style>
border-color css
<style>
span { border-color: #6155C1; }
span { border-color: rgb(97,85,193); }
td.TdClassName
{
border-color: #6155C1;
}
.TagClassName
{
border-color: #6155C1;
}
</style>