Shades of Slate Blue #6D4BE7
Tints of Slate Blue #6D4BE7
RGB
CMYK
RGB Variations
Color information
#6D4BE7 (or 0x6D4BE7) is known color: Slate Blue. HEX triplet: 6D, 4B and E7. RGB value is (109,75,231). Sum of RGB (Red+Green+Blue) = 109+75+231=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D4BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4BE7 is #92B418. Grayscale: #666666. Windows color (decimal): -9614361 or 15158125. OLE color: 15158125.
HSL color Cylindrical-coordinate representation of color #6D4BE7: hue angle of 253.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4BE7 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 75 | 231 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.09 |
| HSL | 253.08º | 0.76% | 0.6% | - |
| HSV(B) | 253.08º | 0.68% | 0.91% | - |
| XYZ | 23.25 | 14.05 | 77.09 | - |
| YUV | 102.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 231 | 0.53 | 0.68 | 0 | 0.09 | 253.08 | 0.76 | 0.6 |
| Hex | 6D | 4B | E7 | 35 | 44 | 0 | 9 | FD | 4C | 3C |
| Octal | 155 | 113 | 347 | 65 | 104 | 0 | 11 | 375 | 114 | 74 |
| Binary | 1101101 | 1001011 | 11100111 | 110101 | 1000100 | 0 | 1001 | 11111101 | 1001100 | 111100 |
Color Harmonies of #6D4BE7
Complementary color
Monochromatic Colors of #6D4BE7
Black with #6D4BE7
Text Example
Text Example
White with #6D4BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BE7; }
p { color: rgb(109,75,231); }
H1.HeaderClassName
{
color: #6D4BE7;
}
.AnyTagClassName
{
color: #6D4BE7;
}
</style>
background-color css
<style>
a { background-color: #6D4BE7; }
a { background-color: rgb(109,75,231); }
div.DivClassName
{
background-color: #6D4BE7;
}
.BgClassName
{
background-color: #6D4BE7;
}
</style>
border-color css
<style>
span { border-color: #6D4BE7; }
span { border-color: rgb(109,75,231); }
td.TdClassName
{
border-color: #6D4BE7;
}
.TagClassName
{
border-color: #6D4BE7;
}
</style>