Shades of Slate Blue #6D4CE7
Tints of Slate Blue #6D4CE7
RGB
CMYK
RGB Variations
Color information
#6D4CE7 (or 0x6D4CE7) is known color: Slate Blue. HEX triplet: 6D, 4C and E7. RGB value is (109,76,231). Sum of RGB (Red+Green+Blue) = 109+76+231=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D4CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CE7 is #92B318. Grayscale: #666666. Windows color (decimal): -9614105 or 15158381. OLE color: 15158381.
HSL color Cylindrical-coordinate representation of color #6D4CE7: hue angle of 252.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D4CE7 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 76 | 231 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.09 |
| HSL | 252.77º | 0.76% | 0.6% | - |
| HSV(B) | 252.77º | 0.67% | 0.91% | - |
| XYZ | 23.31 | 14.19 | 77.11 | - |
| YUV | 103.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 231 | 0.53 | 0.67 | 0 | 0.09 | 252.77 | 0.76 | 0.6 |
| Hex | 6D | 4C | E7 | 35 | 43 | 0 | 9 | FD | 4C | 3C |
| Octal | 155 | 114 | 347 | 65 | 103 | 0 | 11 | 375 | 114 | 74 |
| Binary | 1101101 | 1001100 | 11100111 | 110101 | 1000011 | 0 | 1001 | 11111101 | 1001100 | 111100 |
Color Harmonies of #6D4CE7
Complementary color
Monochromatic Colors of #6D4CE7
Black with #6D4CE7
Text Example
Text Example
White with #6D4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CE7; }
p { color: rgb(109,76,231); }
H1.HeaderClassName
{
color: #6D4CE7;
}
.AnyTagClassName
{
color: #6D4CE7;
}
</style>
background-color css
<style>
a { background-color: #6D4CE7; }
a { background-color: rgb(109,76,231); }
div.DivClassName
{
background-color: #6D4CE7;
}
.BgClassName
{
background-color: #6D4CE7;
}
</style>
border-color css
<style>
span { border-color: #6D4CE7; }
span { border-color: rgb(109,76,231); }
td.TdClassName
{
border-color: #6D4CE7;
}
.TagClassName
{
border-color: #6D4CE7;
}
</style>