Shades of Slate Blue #6D6ECF
Tints of Slate Blue #6D6ECF
RGB
CMYK
RGB Variations
Color information
#6D6ECF (or 0x6D6ECF) is known color: Slate Blue. HEX triplet: 6D, 6E and CF. RGB value is (109,110,207). Sum of RGB (Red+Green+Blue) = 109+110+207=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D6ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ECF is #929130. Grayscale: #787878. Windows color (decimal): -9605425 or 13594221. OLE color: 13594221.
HSL color Cylindrical-coordinate representation of color #6D6ECF: hue angle of 239.39º degrees, saturation: 0.51, 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 #6D6ECF is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 110 | 207 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.19 |
| HSL | 239.39º | 0.51% | 0.62% | - |
| HSV(B) | 239.39º | 0.47% | 0.81% | - |
| XYZ | 23.15 | 18.91 | 61.46 | - |
| YUV | 120.76 | 176.67 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 207 | 0.47 | 0.47 | 0 | 0.19 | 239.39 | 0.51 | 0.62 |
| Hex | 6D | 6E | CF | 2F | 2F | 0 | 13 | EF | 33 | 3E |
| Octal | 155 | 156 | 317 | 57 | 57 | 0 | 23 | 357 | 63 | 76 |
| Binary | 1101101 | 1101110 | 11001111 | 101111 | 101111 | 0 | 10011 | 11101111 | 110011 | 111110 |
Color Harmonies of #6D6ECF
Complementary color
Monochromatic Colors of #6D6ECF
Black with #6D6ECF
Text Example
Text Example
White with #6D6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6ECF; }
p { color: rgb(109,110,207); }
H1.HeaderClassName
{
color: #6D6ECF;
}
.AnyTagClassName
{
color: #6D6ECF;
}
</style>
background-color css
<style>
a { background-color: #6D6ECF; }
a { background-color: rgb(109,110,207); }
div.DivClassName
{
background-color: #6D6ECF;
}
.BgClassName
{
background-color: #6D6ECF;
}
</style>
border-color css
<style>
span { border-color: #6D6ECF; }
span { border-color: rgb(109,110,207); }
td.TdClassName
{
border-color: #6D6ECF;
}
.TagClassName
{
border-color: #6D6ECF;
}
</style>