Shades of Slate Blue #6D5CD2
Tints of Slate Blue #6D5CD2
RGB
CMYK
RGB Variations
Color information
#6D5CD2 (or 0x6D5CD2) is known color: Slate Blue. HEX triplet: 6D, 5C and D2. RGB value is (109,92,210). Sum of RGB (Red+Green+Blue) = 109+92+210=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D5CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CD2 is #92A32D. Grayscale: #6E6E6E. Windows color (decimal): -9610030 or 13786221. OLE color: 13786221.
HSL color Cylindrical-coordinate representation of color #6D5CD2: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5CD2 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 92 | 210 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.18 |
| HSL | 248.64º | 0.57% | 0.59% | - |
| HSV(B) | 248.64º | 0.56% | 0.82% | - |
| XYZ | 21.77 | 15.56 | 62.83 | - |
| YUV | 110.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 210 | 0.48 | 0.56 | 0 | 0.18 | 248.64 | 0.57 | 0.59 |
| Hex | 6D | 5C | D2 | 30 | 38 | 0 | 12 | F9 | 39 | 3B |
| Octal | 155 | 134 | 322 | 60 | 70 | 0 | 22 | 371 | 71 | 73 |
| Binary | 1101101 | 1011100 | 11010010 | 110000 | 111000 | 0 | 10010 | 11111001 | 111001 | 111011 |
Color Harmonies of #6D5CD2
Complementary color
Monochromatic Colors of #6D5CD2
Black with #6D5CD2
Text Example
Text Example
White with #6D5CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5CD2; }
p { color: rgb(109,92,210); }
H1.HeaderClassName
{
color: #6D5CD2;
}
.AnyTagClassName
{
color: #6D5CD2;
}
</style>
background-color css
<style>
a { background-color: #6D5CD2; }
a { background-color: rgb(109,92,210); }
div.DivClassName
{
background-color: #6D5CD2;
}
.BgClassName
{
background-color: #6D5CD2;
}
</style>
border-color css
<style>
span { border-color: #6D5CD2; }
span { border-color: rgb(109,92,210); }
td.TdClassName
{
border-color: #6D5CD2;
}
.TagClassName
{
border-color: #6D5CD2;
}
</style>