Shades of Slate Blue #6D4CD0
Tints of Slate Blue #6D4CD0
RGB
CMYK
RGB Variations
Color information
#6D4CD0 (or 0x6D4CD0) is known color: Slate Blue. HEX triplet: 6D, 4C and D0. RGB value is (109,76,208). Sum of RGB (Red+Green+Blue) = 109+76+208=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D4CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CD0 is #92B32F. Grayscale: #646464. Windows color (decimal): -9614128 or 13651053. OLE color: 13651053.
HSL color Cylindrical-coordinate representation of color #6D4CD0: hue angle of 255º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4CD0 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 76 | 208 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.18 |
| HSL | 255º | 0.58% | 0.56% | - |
| HSV(B) | 255º | 0.63% | 0.82% | - |
| XYZ | 20.28 | 12.97 | 61.11 | - |
| YUV | 100.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 208 | 0.48 | 0.63 | 0 | 0.18 | 255 | 0.58 | 0.56 |
| Hex | 6D | 4C | D0 | 30 | 3F | 0 | 12 | FF | 3A | 38 |
| Octal | 155 | 114 | 320 | 60 | 77 | 0 | 22 | 377 | 72 | 70 |
| Binary | 1101101 | 1001100 | 11010000 | 110000 | 111111 | 0 | 10010 | 11111111 | 111010 | 111000 |
Color Harmonies of #6D4CD0
Complementary color
Monochromatic Colors of #6D4CD0
Black with #6D4CD0
Text Example
Text Example
White with #6D4CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CD0; }
p { color: rgb(109,76,208); }
H1.HeaderClassName
{
color: #6D4CD0;
}
.AnyTagClassName
{
color: #6D4CD0;
}
</style>
background-color css
<style>
a { background-color: #6D4CD0; }
a { background-color: rgb(109,76,208); }
div.DivClassName
{
background-color: #6D4CD0;
}
.BgClassName
{
background-color: #6D4CD0;
}
</style>
border-color css
<style>
span { border-color: #6D4CD0; }
span { border-color: rgb(109,76,208); }
td.TdClassName
{
border-color: #6D4CD0;
}
.TagClassName
{
border-color: #6D4CD0;
}
</style>