Shades of Slate Blue #6D4DCE
Tints of Slate Blue #6D4DCE
RGB
CMYK
RGB Variations
Color information
#6D4DCE (or 0x6D4DCE) is known color: Slate Blue. HEX triplet: 6D, 4D and CE. RGB value is (109,77,206). Sum of RGB (Red+Green+Blue) = 109+77+206=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DCE is #92B231. Grayscale: #646464. Windows color (decimal): -9613874 or 13520237. OLE color: 13520237.
HSL color Cylindrical-coordinate representation of color #6D4DCE: hue angle of 254.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4DCE is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 77 | 206 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.19 |
| HSL | 254.88º | 0.57% | 0.55% | - |
| HSV(B) | 254.88º | 0.63% | 0.81% | - |
| XYZ | 20.1 | 13.02 | 59.85 | - |
| YUV | 101.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 206 | 0.47 | 0.63 | 0 | 0.19 | 254.88 | 0.57 | 0.55 |
| Hex | 6D | 4D | CE | 2F | 3F | 0 | 13 | FF | 39 | 37 |
| Octal | 155 | 115 | 316 | 57 | 77 | 0 | 23 | 377 | 71 | 67 |
| Binary | 1101101 | 1001101 | 11001110 | 101111 | 111111 | 0 | 10011 | 11111111 | 111001 | 110111 |
Color Harmonies of #6D4DCE
Complementary color
Monochromatic Colors of #6D4DCE
Black with #6D4DCE
Text Example
Text Example
White with #6D4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DCE; }
p { color: rgb(109,77,206); }
H1.HeaderClassName
{
color: #6D4DCE;
}
.AnyTagClassName
{
color: #6D4DCE;
}
</style>
background-color css
<style>
a { background-color: #6D4DCE; }
a { background-color: rgb(109,77,206); }
div.DivClassName
{
background-color: #6D4DCE;
}
.BgClassName
{
background-color: #6D4DCE;
}
</style>
border-color css
<style>
span { border-color: #6D4DCE; }
span { border-color: rgb(109,77,206); }
td.TdClassName
{
border-color: #6D4DCE;
}
.TagClassName
{
border-color: #6D4DCE;
}
</style>