Shades of Slate Blue #6D59DD
Tints of Slate Blue #6D59DD
RGB
CMYK
RGB Variations
Color information
#6D59DD (or 0x6D59DD) is known color: Slate Blue. HEX triplet: 6D, 59 and DD. RGB value is (109,89,221). Sum of RGB (Red+Green+Blue) = 109+89+221=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59DD is #92A622. Grayscale: #6D6D6D. Windows color (decimal): -9610787 or 14506349. OLE color: 14506349.
HSL color Cylindrical-coordinate representation of color #6D59DD: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D59DD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 89 | 221 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.13 |
| HSL | 249.09º | 0.66% | 0.61% | - |
| HSV(B) | 249.09º | 0.6% | 0.87% | - |
| XYZ | 22.93 | 15.62 | 70.21 | - |
| YUV | 110.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 221 | 0.51 | 0.60 | 0 | 0.13 | 249.09 | 0.66 | 0.61 |
| Hex | 6D | 59 | DD | 33 | 3C | 0 | D | F9 | 42 | 3D |
| Octal | 155 | 131 | 335 | 63 | 74 | 0 | 15 | 371 | 102 | 75 |
| Binary | 1101101 | 1011001 | 11011101 | 110011 | 111100 | 0 | 1101 | 11111001 | 1000010 | 111101 |
Color Harmonies of #6D59DD
Complementary color
Monochromatic Colors of #6D59DD
Black with #6D59DD
Text Example
Text Example
White with #6D59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59DD; }
p { color: rgb(109,89,221); }
H1.HeaderClassName
{
color: #6D59DD;
}
.AnyTagClassName
{
color: #6D59DD;
}
</style>
background-color css
<style>
a { background-color: #6D59DD; }
a { background-color: rgb(109,89,221); }
div.DivClassName
{
background-color: #6D59DD;
}
.BgClassName
{
background-color: #6D59DD;
}
</style>
border-color css
<style>
span { border-color: #6D59DD; }
span { border-color: rgb(109,89,221); }
td.TdClassName
{
border-color: #6D59DD;
}
.TagClassName
{
border-color: #6D59DD;
}
</style>