Shades of Slate Blue #6D4DCD
Tints of Slate Blue #6D4DCD
RGB
CMYK
RGB Variations
Color information
#6D4DCD (or 0x6D4DCD) is known color: Slate Blue. HEX triplet: 6D, 4D and CD. RGB value is (109,77,205). Sum of RGB (Red+Green+Blue) = 109+77+205=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DCD is #92B232. Grayscale: #646464. Windows color (decimal): -9613875 or 13454701. OLE color: 13454701.
HSL color Cylindrical-coordinate representation of color #6D4DCD: hue angle of 255º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4DCD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 77 | 205 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.20 |
| HSL | 255º | 0.56% | 0.55% | - |
| HSV(B) | 255º | 0.62% | 0.8% | - |
| XYZ | 19.98 | 12.97 | 59.21 | - |
| YUV | 101.16 | 186.6 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 205 | 0.47 | 0.62 | 0 | 0.20 | 255 | 0.56 | 0.55 |
| Hex | 6D | 4D | CD | 2F | 3E | 0 | 14 | FF | 38 | 37 |
| Octal | 155 | 115 | 315 | 57 | 76 | 0 | 24 | 377 | 70 | 67 |
| Binary | 1101101 | 1001101 | 11001101 | 101111 | 111110 | 0 | 10100 | 11111111 | 111000 | 110111 |
Color Harmonies of #6D4DCD
Complementary color
Monochromatic Colors of #6D4DCD
Black with #6D4DCD
Text Example
Text Example
White with #6D4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DCD; }
p { color: rgb(109,77,205); }
H1.HeaderClassName
{
color: #6D4DCD;
}
.AnyTagClassName
{
color: #6D4DCD;
}
</style>
background-color css
<style>
a { background-color: #6D4DCD; }
a { background-color: rgb(109,77,205); }
div.DivClassName
{
background-color: #6D4DCD;
}
.BgClassName
{
background-color: #6D4DCD;
}
</style>
border-color css
<style>
span { border-color: #6D4DCD; }
span { border-color: rgb(109,77,205); }
td.TdClassName
{
border-color: #6D4DCD;
}
.TagClassName
{
border-color: #6D4DCD;
}
</style>