Shades of Slate Blue #6D6ECE
Tints of Slate Blue #6D6ECE
RGB
CMYK
RGB Variations
Color information
#6D6ECE (or 0x6D6ECE) is known color: Slate Blue. HEX triplet: 6D, 6E and CE. RGB value is (109,110,206). Sum of RGB (Red+Green+Blue) = 109+110+206=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ECE is #929131. Grayscale: #787878. Windows color (decimal): -9605426 or 13528685. OLE color: 13528685.
HSL color Cylindrical-coordinate representation of color #6D6ECE: hue angle of 239.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6ECE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 110 | 206 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.19 |
| HSL | 239.38º | 0.5% | 0.62% | - |
| HSV(B) | 239.38º | 0.47% | 0.81% | - |
| XYZ | 23.02 | 18.86 | 60.82 | - |
| YUV | 120.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 206 | 0.47 | 0.47 | 0 | 0.19 | 239.38 | 0.5 | 0.62 |
| Hex | 6D | 6E | CE | 2F | 2F | 0 | 13 | EF | 32 | 3E |
| Octal | 155 | 156 | 316 | 57 | 57 | 0 | 23 | 357 | 62 | 76 |
| Binary | 1101101 | 1101110 | 11001110 | 101111 | 101111 | 0 | 10011 | 11101111 | 110010 | 111110 |
Color Harmonies of #6D6ECE
Complementary color
Monochromatic Colors of #6D6ECE
Black with #6D6ECE
Text Example
Text Example
White with #6D6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6ECE; }
p { color: rgb(109,110,206); }
H1.HeaderClassName
{
color: #6D6ECE;
}
.AnyTagClassName
{
color: #6D6ECE;
}
</style>
background-color css
<style>
a { background-color: #6D6ECE; }
a { background-color: rgb(109,110,206); }
div.DivClassName
{
background-color: #6D6ECE;
}
.BgClassName
{
background-color: #6D6ECE;
}
</style>
border-color css
<style>
span { border-color: #6D6ECE; }
span { border-color: rgb(109,110,206); }
td.TdClassName
{
border-color: #6D6ECE;
}
.TagClassName
{
border-color: #6D6ECE;
}
</style>