Shades of Slate Blue #6D6ECC
Tints of Slate Blue #6D6ECC
RGB
CMYK
RGB Variations
Color information
#6D6ECC (or 0x6D6ECC) is known color: Slate Blue. HEX triplet: 6D, 6E and CC. RGB value is (109,110,204). Sum of RGB (Red+Green+Blue) = 109+110+204=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ECC is #929133. Grayscale: #787878. Windows color (decimal): -9605428 or 13397613. OLE color: 13397613.
HSL color Cylindrical-coordinate representation of color #6D6ECC: hue angle of 239.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6ECC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 110 | 204 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.2 |
| HSL | 239.37º | 0.48% | 0.61% | - |
| HSV(B) | 239.37º | 0.47% | 0.8% | - |
| XYZ | 22.78 | 18.76 | 59.55 | - |
| YUV | 120.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 204 | 0.47 | 0.46 | 0 | 0.2 | 239.37 | 0.48 | 0.61 |
| Hex | 6D | 6E | CC | 2F | 2E | 0 | 14 | EF | 30 | 3D |
| Octal | 155 | 156 | 314 | 57 | 56 | 0 | 24 | 357 | 60 | 75 |
| Binary | 1101101 | 1101110 | 11001100 | 101111 | 101110 | 0 | 10100 | 11101111 | 110000 | 111101 |
Color Harmonies of #6D6ECC
Complementary color
Monochromatic Colors of #6D6ECC
Black with #6D6ECC
Text Example
Text Example
White with #6D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6ECC; }
p { color: rgb(109,110,204); }
H1.HeaderClassName
{
color: #6D6ECC;
}
.AnyTagClassName
{
color: #6D6ECC;
}
</style>
background-color css
<style>
a { background-color: #6D6ECC; }
a { background-color: rgb(109,110,204); }
div.DivClassName
{
background-color: #6D6ECC;
}
.BgClassName
{
background-color: #6D6ECC;
}
</style>
border-color css
<style>
span { border-color: #6D6ECC; }
span { border-color: rgb(109,110,204); }
td.TdClassName
{
border-color: #6D6ECC;
}
.TagClassName
{
border-color: #6D6ECC;
}
</style>