Shades of Slate Blue #6D55C1
Tints of Slate Blue #6D55C1
RGB
CMYK
RGB Variations
Color information
#6D55C1 (or 0x6D55C1) is known color: Slate Blue. HEX triplet: 6D, 55 and C1. RGB value is (109,85,193). Sum of RGB (Red+Green+Blue) = 109+85+193=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D55C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55C1 is #92AA3E. Grayscale: #686868. Windows color (decimal): -9611839 or 12670317. OLE color: 12670317.
HSL color Cylindrical-coordinate representation of color #6D55C1: hue angle of 253.33º 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 #6D55C1 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 85 | 193 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.24 |
| HSL | 253.33º | 0.47% | 0.55% | - |
| HSV(B) | 253.33º | 0.56% | 0.76% | - |
| XYZ | 19.18 | 13.6 | 52.07 | - |
| YUV | 104.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 193 | 0.44 | 0.56 | 0 | 0.24 | 253.33 | 0.47 | 0.55 |
| Hex | 6D | 55 | C1 | 2C | 38 | 0 | 18 | FD | 2F | 37 |
| Octal | 155 | 125 | 301 | 54 | 70 | 0 | 30 | 375 | 57 | 67 |
| Binary | 1101101 | 1010101 | 11000001 | 101100 | 111000 | 0 | 11000 | 11111101 | 101111 | 110111 |
Color Harmonies of #6D55C1
Complementary color
Monochromatic Colors of #6D55C1
Black with #6D55C1
Text Example
Text Example
White with #6D55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55C1; }
p { color: rgb(109,85,193); }
H1.HeaderClassName
{
color: #6D55C1;
}
.AnyTagClassName
{
color: #6D55C1;
}
</style>
background-color css
<style>
a { background-color: #6D55C1; }
a { background-color: rgb(109,85,193); }
div.DivClassName
{
background-color: #6D55C1;
}
.BgClassName
{
background-color: #6D55C1;
}
</style>
border-color css
<style>
span { border-color: #6D55C1; }
span { border-color: rgb(109,85,193); }
td.TdClassName
{
border-color: #6D55C1;
}
.TagClassName
{
border-color: #6D55C1;
}
</style>