Shades of Slate Blue #6D5DC9
Tints of Slate Blue #6D5DC9
RGB
CMYK
RGB Variations
Color information
#6D5DC9 (or 0x6D5DC9) is known color: Slate Blue. HEX triplet: 6D, 5D and C9. RGB value is (109,93,201). Sum of RGB (Red+Green+Blue) = 109+93+201=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D5DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DC9 is #92A236. Grayscale: #6D6D6D. Windows color (decimal): -9609783 or 13196653. OLE color: 13196653.
HSL color Cylindrical-coordinate representation of color #6D5DC9: hue angle of 248.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D5DC9 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 93 | 201 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.21 |
| HSL | 248.89º | 0.5% | 0.58% | - |
| HSV(B) | 248.89º | 0.54% | 0.79% | - |
| XYZ | 20.76 | 15.3 | 57.12 | - |
| YUV | 110.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 201 | 0.46 | 0.54 | 0 | 0.21 | 248.89 | 0.5 | 0.58 |
| Hex | 6D | 5D | C9 | 2E | 36 | 0 | 15 | F9 | 32 | 3A |
| Octal | 155 | 135 | 311 | 56 | 66 | 0 | 25 | 371 | 62 | 72 |
| Binary | 1101101 | 1011101 | 11001001 | 101110 | 110110 | 0 | 10101 | 11111001 | 110010 | 111010 |
Color Harmonies of #6D5DC9
Complementary color
Monochromatic Colors of #6D5DC9
Black with #6D5DC9
Text Example
Text Example
White with #6D5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DC9; }
p { color: rgb(109,93,201); }
H1.HeaderClassName
{
color: #6D5DC9;
}
.AnyTagClassName
{
color: #6D5DC9;
}
</style>
background-color css
<style>
a { background-color: #6D5DC9; }
a { background-color: rgb(109,93,201); }
div.DivClassName
{
background-color: #6D5DC9;
}
.BgClassName
{
background-color: #6D5DC9;
}
</style>
border-color css
<style>
span { border-color: #6D5DC9; }
span { border-color: rgb(109,93,201); }
td.TdClassName
{
border-color: #6D5DC9;
}
.TagClassName
{
border-color: #6D5DC9;
}
</style>