Shades of Slate Blue #6D5CCD
Tints of Slate Blue #6D5CCD
RGB
CMYK
RGB Variations
Color information
#6D5CCD (or 0x6D5CCD) is known color: Slate Blue. HEX triplet: 6D, 5C and CD. RGB value is (109,92,205). Sum of RGB (Red+Green+Blue) = 109+92+205=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CCD is #92A332. Grayscale: #6D6D6D. Windows color (decimal): -9610035 or 13458541. OLE color: 13458541.
HSL color Cylindrical-coordinate representation of color #6D5CCD: hue angle of 249.03º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5CCD is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 92 | 205 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.20 |
| HSL | 249.03º | 0.53% | 0.58% | - |
| HSV(B) | 249.03º | 0.55% | 0.8% | - |
| XYZ | 21.15 | 15.31 | 59.6 | - |
| YUV | 109.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 205 | 0.47 | 0.55 | 0 | 0.20 | 249.03 | 0.53 | 0.58 |
| Hex | 6D | 5C | CD | 2F | 37 | 0 | 14 | F9 | 35 | 3A |
| Octal | 155 | 134 | 315 | 57 | 67 | 0 | 24 | 371 | 65 | 72 |
| Binary | 1101101 | 1011100 | 11001101 | 101111 | 110111 | 0 | 10100 | 11111001 | 110101 | 111010 |
Color Harmonies of #6D5CCD
Complementary color
Monochromatic Colors of #6D5CCD
Black with #6D5CCD
Text Example
Text Example
White with #6D5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5CCD; }
p { color: rgb(109,92,205); }
H1.HeaderClassName
{
color: #6D5CCD;
}
.AnyTagClassName
{
color: #6D5CCD;
}
</style>
background-color css
<style>
a { background-color: #6D5CCD; }
a { background-color: rgb(109,92,205); }
div.DivClassName
{
background-color: #6D5CCD;
}
.BgClassName
{
background-color: #6D5CCD;
}
</style>
border-color css
<style>
span { border-color: #6D5CCD; }
span { border-color: rgb(109,92,205); }
td.TdClassName
{
border-color: #6D5CCD;
}
.TagClassName
{
border-color: #6D5CCD;
}
</style>