Shades of Slate Blue #6D42DE
Tints of Slate Blue #6D42DE
RGB
CMYK
RGB Variations
Color information
#6D42DE (or 0x6D42DE) is known color: Slate Blue. HEX triplet: 6D, 42 and DE. RGB value is (109,66,222). Sum of RGB (Red+Green+Blue) = 109+66+222=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D42DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D42DE is #92BD21. Grayscale: #606060. Windows color (decimal): -9616674 or 14565997. OLE color: 14565997.
HSL color Cylindrical-coordinate representation of color #6D42DE: hue angle of 256.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D42DE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 66 | 222 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.13 |
| HSL | 256.54º | 0.7% | 0.56% | - |
| HSV(B) | 256.54º | 0.7% | 0.87% | - |
| XYZ | 21.44 | 12.42 | 70.37 | - |
| YUV | 96.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 222 | 0.51 | 0.70 | 0 | 0.13 | 256.54 | 0.7 | 0.56 |
| Hex | 6D | 42 | DE | 33 | 46 | 0 | D | 101 | 46 | 38 |
| Octal | 155 | 102 | 336 | 63 | 106 | 0 | 15 | 401 | 106 | 70 |
| Binary | 1101101 | 1000010 | 11011110 | 110011 | 1000110 | 0 | 1101 | 100000001 | 1000110 | 111000 |
Color Harmonies of #6D42DE
Complementary color
Monochromatic Colors of #6D42DE
Black with #6D42DE
Text Example
Text Example
White with #6D42DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42DE; }
p { color: rgb(109,66,222); }
H1.HeaderClassName
{
color: #6D42DE;
}
.AnyTagClassName
{
color: #6D42DE;
}
</style>
background-color css
<style>
a { background-color: #6D42DE; }
a { background-color: rgb(109,66,222); }
div.DivClassName
{
background-color: #6D42DE;
}
.BgClassName
{
background-color: #6D42DE;
}
</style>
border-color css
<style>
span { border-color: #6D42DE; }
span { border-color: rgb(109,66,222); }
td.TdClassName
{
border-color: #6D42DE;
}
.TagClassName
{
border-color: #6D42DE;
}
</style>