Shades of Slate Blue #6D56DD
Tints of Slate Blue #6D56DD
RGB
CMYK
RGB Variations
Color information
#6D56DD (or 0x6D56DD) is known color: Slate Blue. HEX triplet: 6D, 56 and DD. RGB value is (109,86,221). Sum of RGB (Red+Green+Blue) = 109+86+221=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D56DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D56DD is #92A922. Grayscale: #6B6B6B. Windows color (decimal): -9611555 or 14505581. OLE color: 14505581.
HSL color Cylindrical-coordinate representation of color #6D56DD: hue angle of 250.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D56DD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 86 | 221 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.13 |
| HSL | 250.22º | 0.67% | 0.6% | - |
| HSV(B) | 250.22º | 0.61% | 0.87% | - |
| XYZ | 22.69 | 15.13 | 70.13 | - |
| YUV | 108.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 221 | 0.51 | 0.61 | 0 | 0.13 | 250.22 | 0.67 | 0.6 |
| Hex | 6D | 56 | DD | 33 | 3D | 0 | D | FA | 43 | 3C |
| Octal | 155 | 126 | 335 | 63 | 75 | 0 | 15 | 372 | 103 | 74 |
| Binary | 1101101 | 1010110 | 11011101 | 110011 | 111101 | 0 | 1101 | 11111010 | 1000011 | 111100 |
Color Harmonies of #6D56DD
Complementary color
Monochromatic Colors of #6D56DD
Black with #6D56DD
Text Example
Text Example
White with #6D56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D56DD; }
p { color: rgb(109,86,221); }
H1.HeaderClassName
{
color: #6D56DD;
}
.AnyTagClassName
{
color: #6D56DD;
}
</style>
background-color css
<style>
a { background-color: #6D56DD; }
a { background-color: rgb(109,86,221); }
div.DivClassName
{
background-color: #6D56DD;
}
.BgClassName
{
background-color: #6D56DD;
}
</style>
border-color css
<style>
span { border-color: #6D56DD; }
span { border-color: rgb(109,86,221); }
td.TdClassName
{
border-color: #6D56DD;
}
.TagClassName
{
border-color: #6D56DD;
}
</style>