Shades of Slate Blue #6D5CDC
Tints of Slate Blue #6D5CDC
RGB
CMYK
RGB Variations
Color information
#6D5CDC (or 0x6D5CDC) is known color: Slate Blue. HEX triplet: 6D, 5C and DC. RGB value is (109,92,220). Sum of RGB (Red+Green+Blue) = 109+92+220=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CDC is #92A323. Grayscale: #6F6F6F. Windows color (decimal): -9610020 or 14441581. OLE color: 14441581.
HSL color Cylindrical-coordinate representation of color #6D5CDC: hue angle of 247.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D5CDC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 92 | 220 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.14 |
| HSL | 247.97º | 0.65% | 0.61% | - |
| HSV(B) | 247.97º | 0.58% | 0.86% | - |
| XYZ | 23.05 | 16.07 | 69.6 | - |
| YUV | 111.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 220 | 0.50 | 0.58 | 0 | 0.14 | 247.97 | 0.65 | 0.61 |
| Hex | 6D | 5C | DC | 32 | 3A | 0 | E | F8 | 41 | 3D |
| Octal | 155 | 134 | 334 | 62 | 72 | 0 | 16 | 370 | 101 | 75 |
| Binary | 1101101 | 1011100 | 11011100 | 110010 | 111010 | 0 | 1110 | 11111000 | 1000001 | 111101 |
Color Harmonies of #6D5CDC
Complementary color
Monochromatic Colors of #6D5CDC
Black with #6D5CDC
Text Example
Text Example
White with #6D5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5CDC; }
p { color: rgb(109,92,220); }
H1.HeaderClassName
{
color: #6D5CDC;
}
.AnyTagClassName
{
color: #6D5CDC;
}
</style>
background-color css
<style>
a { background-color: #6D5CDC; }
a { background-color: rgb(109,92,220); }
div.DivClassName
{
background-color: #6D5CDC;
}
.BgClassName
{
background-color: #6D5CDC;
}
</style>
border-color css
<style>
span { border-color: #6D5CDC; }
span { border-color: rgb(109,92,220); }
td.TdClassName
{
border-color: #6D5CDC;
}
.TagClassName
{
border-color: #6D5CDC;
}
</style>