Shades of Slate Blue #6D42EA
Tints of Slate Blue #6D42EA
RGB
CMYK
RGB Variations
Color information
#6D42EA (or 0x6D42EA) is known color: Slate Blue. HEX triplet: 6D, 42 and EA. RGB value is (109,66,234). Sum of RGB (Red+Green+Blue) = 109+66+234=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D42EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D42EA is #92BD15. Grayscale: #616161. Windows color (decimal): -9616662 or 15352429. OLE color: 15352429.
HSL color Cylindrical-coordinate representation of color #6D42EA: hue angle of 255.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D42EA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 66 | 234 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.08 |
| HSL | 255.36º | 0.8% | 0.59% | - |
| HSV(B) | 255.36º | 0.72% | 0.92% | - |
| XYZ | 23.11 | 13.09 | 79.15 | - |
| YUV | 98.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 234 | 0.53 | 0.72 | 0 | 0.08 | 255.36 | 0.8 | 0.59 |
| Hex | 6D | 42 | EA | 35 | 48 | 0 | 8 | FF | 50 | 3B |
| Octal | 155 | 102 | 352 | 65 | 110 | 0 | 10 | 377 | 120 | 73 |
| Binary | 1101101 | 1000010 | 11101010 | 110101 | 1001000 | 0 | 1000 | 11111111 | 1010000 | 111011 |
Color Harmonies of #6D42EA
Complementary color
Monochromatic Colors of #6D42EA
Black with #6D42EA
Text Example
Text Example
White with #6D42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42EA; }
p { color: rgb(109,66,234); }
H1.HeaderClassName
{
color: #6D42EA;
}
.AnyTagClassName
{
color: #6D42EA;
}
</style>
background-color css
<style>
a { background-color: #6D42EA; }
a { background-color: rgb(109,66,234); }
div.DivClassName
{
background-color: #6D42EA;
}
.BgClassName
{
background-color: #6D42EA;
}
</style>
border-color css
<style>
span { border-color: #6D42EA; }
span { border-color: rgb(109,66,234); }
td.TdClassName
{
border-color: #6D42EA;
}
.TagClassName
{
border-color: #6D42EA;
}
</style>