Shades of Slate Blue #6D5DC5
Tints of Slate Blue #6D5DC5
RGB
CMYK
RGB Variations
Color information
#6D5DC5 (or 0x6D5DC5) is known color: Slate Blue. HEX triplet: 6D, 5D and C5. RGB value is (109,93,197). Sum of RGB (Red+Green+Blue) = 109+93+197=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D5DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DC5 is #92A23A. Grayscale: #6D6D6D. Windows color (decimal): -9609787 or 12934509. OLE color: 12934509.
HSL color Cylindrical-coordinate representation of color #6D5DC5: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5DC5 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 93 | 197 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.23 |
| HSL | 249.23º | 0.47% | 0.57% | - |
| HSV(B) | 249.23º | 0.53% | 0.77% | - |
| XYZ | 20.3 | 15.11 | 54.67 | - |
| YUV | 109.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 197 | 0.45 | 0.53 | 0 | 0.23 | 249.23 | 0.47 | 0.57 |
| Hex | 6D | 5D | C5 | 2D | 35 | 0 | 17 | F9 | 2F | 39 |
| Octal | 155 | 135 | 305 | 55 | 65 | 0 | 27 | 371 | 57 | 71 |
| Binary | 1101101 | 1011101 | 11000101 | 101101 | 110101 | 0 | 10111 | 11111001 | 101111 | 111001 |
Color Harmonies of #6D5DC5
Complementary color
Monochromatic Colors of #6D5DC5
Black with #6D5DC5
Text Example
Text Example
White with #6D5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DC5; }
p { color: rgb(109,93,197); }
H1.HeaderClassName
{
color: #6D5DC5;
}
.AnyTagClassName
{
color: #6D5DC5;
}
</style>
background-color css
<style>
a { background-color: #6D5DC5; }
a { background-color: rgb(109,93,197); }
div.DivClassName
{
background-color: #6D5DC5;
}
.BgClassName
{
background-color: #6D5DC5;
}
</style>
border-color css
<style>
span { border-color: #6D5DC5; }
span { border-color: rgb(109,93,197); }
td.TdClassName
{
border-color: #6D5DC5;
}
.TagClassName
{
border-color: #6D5DC5;
}
</style>