Shades of Slate Blue #6E6ECC
Tints of Slate Blue #6E6ECC
RGB
CMYK
RGB Variations
Color information
#6E6ECC (or 0x6E6ECC) is known color: Slate Blue. HEX triplet: 6E, 6E and CC. RGB value is (110,110,204). Sum of RGB (Red+Green+Blue) = 110+110+204=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ECC is #919133. Grayscale: #787878. Windows color (decimal): -9539892 or 13397614. OLE color: 13397614.
HSL color Cylindrical-coordinate representation of color #6E6ECC: hue angle of 240º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E6ECC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 110 | 204 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.2 |
| HSL | 240º | 0.48% | 0.62% | - |
| HSV(B) | 240º | 0.46% | 0.8% | - |
| XYZ | 22.91 | 18.83 | 59.55 | - |
| YUV | 120.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 204 | 0.46 | 0.46 | 0 | 0.2 | 240 | 0.48 | 0.62 |
| Hex | 6E | 6E | CC | 2E | 2E | 0 | 14 | F0 | 30 | 3E |
| Octal | 156 | 156 | 314 | 56 | 56 | 0 | 24 | 360 | 60 | 76 |
| Binary | 1101110 | 1101110 | 11001100 | 101110 | 101110 | 0 | 10100 | 11110000 | 110000 | 111110 |
Color Harmonies of #6E6ECC
Complementary color
Monochromatic Colors of #6E6ECC
Black with #6E6ECC
Text Example
Text Example
White with #6E6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6ECC; }
p { color: rgb(110,110,204); }
H1.HeaderClassName
{
color: #6E6ECC;
}
.AnyTagClassName
{
color: #6E6ECC;
}
</style>
background-color css
<style>
a { background-color: #6E6ECC; }
a { background-color: rgb(110,110,204); }
div.DivClassName
{
background-color: #6E6ECC;
}
.BgClassName
{
background-color: #6E6ECC;
}
</style>
border-color css
<style>
span { border-color: #6E6ECC; }
span { border-color: rgb(110,110,204); }
td.TdClassName
{
border-color: #6E6ECC;
}
.TagClassName
{
border-color: #6E6ECC;
}
</style>