Shades of Slate Blue #6D59D5
Tints of Slate Blue #6D59D5
RGB
CMYK
RGB Variations
Color information
#6D59D5 (or 0x6D59D5) is known color: Slate Blue. HEX triplet: 6D, 59 and D5. RGB value is (109,89,213). Sum of RGB (Red+Green+Blue) = 109+89+213=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D59D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59D5 is #92A62A. Grayscale: #6C6C6C. Windows color (decimal): -9610795 or 13982061. OLE color: 13982061.
HSL color Cylindrical-coordinate representation of color #6D59D5: hue angle of 249.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D59D5 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 89 | 213 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.16 |
| HSL | 249.68º | 0.6% | 0.59% | - |
| HSV(B) | 249.68º | 0.58% | 0.84% | - |
| XYZ | 21.89 | 15.2 | 64.73 | - |
| YUV | 109.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 213 | 0.49 | 0.58 | 0 | 0.16 | 249.68 | 0.6 | 0.59 |
| Hex | 6D | 59 | D5 | 31 | 3A | 0 | 10 | FA | 3C | 3B |
| Octal | 155 | 131 | 325 | 61 | 72 | 0 | 20 | 372 | 74 | 73 |
| Binary | 1101101 | 1011001 | 11010101 | 110001 | 111010 | 0 | 10000 | 11111010 | 111100 | 111011 |
Color Harmonies of #6D59D5
Complementary color
Monochromatic Colors of #6D59D5
Black with #6D59D5
Text Example
Text Example
White with #6D59D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59D5; }
p { color: rgb(109,89,213); }
H1.HeaderClassName
{
color: #6D59D5;
}
.AnyTagClassName
{
color: #6D59D5;
}
</style>
background-color css
<style>
a { background-color: #6D59D5; }
a { background-color: rgb(109,89,213); }
div.DivClassName
{
background-color: #6D59D5;
}
.BgClassName
{
background-color: #6D59D5;
}
</style>
border-color css
<style>
span { border-color: #6D59D5; }
span { border-color: rgb(109,89,213); }
td.TdClassName
{
border-color: #6D59D5;
}
.TagClassName
{
border-color: #6D59D5;
}
</style>