Shades of Slate Blue #6D5DDA
Tints of Slate Blue #6D5DDA
RGB
CMYK
RGB Variations
Color information
#6D5DDA (or 0x6D5DDA) is known color: Slate Blue. HEX triplet: 6D, 5D and DA. RGB value is (109,93,218). Sum of RGB (Red+Green+Blue) = 109+93+218=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D5DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DDA is #92A225. Grayscale: #6F6F6F. Windows color (decimal): -9609766 or 14310765. OLE color: 14310765.
HSL color Cylindrical-coordinate representation of color #6D5DDA: hue angle of 247.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D5DDA is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 93 | 218 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.15 |
| HSL | 247.68º | 0.63% | 0.61% | - |
| HSV(B) | 247.68º | 0.57% | 0.85% | - |
| XYZ | 22.88 | 16.14 | 68.24 | - |
| YUV | 112.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 218 | 0.5 | 0.57 | 0 | 0.15 | 247.68 | 0.63 | 0.61 |
| Hex | 6D | 5D | DA | 32 | 39 | 0 | F | F8 | 3F | 3D |
| Octal | 155 | 135 | 332 | 62 | 71 | 0 | 17 | 370 | 77 | 75 |
| Binary | 1101101 | 1011101 | 11011010 | 110010 | 111001 | 0 | 1111 | 11111000 | 111111 | 111101 |
Color Harmonies of #6D5DDA
Complementary color
Monochromatic Colors of #6D5DDA
Black with #6D5DDA
Text Example
Text Example
White with #6D5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DDA; }
p { color: rgb(109,93,218); }
H1.HeaderClassName
{
color: #6D5DDA;
}
.AnyTagClassName
{
color: #6D5DDA;
}
</style>
background-color css
<style>
a { background-color: #6D5DDA; }
a { background-color: rgb(109,93,218); }
div.DivClassName
{
background-color: #6D5DDA;
}
.BgClassName
{
background-color: #6D5DDA;
}
</style>
border-color css
<style>
span { border-color: #6D5DDA; }
span { border-color: rgb(109,93,218); }
td.TdClassName
{
border-color: #6D5DDA;
}
.TagClassName
{
border-color: #6D5DDA;
}
</style>