Shades of Slate Blue #6E5CCA
Tints of Slate Blue #6E5CCA
RGB
CMYK
RGB Variations
Color information
#6E5CCA (or 0x6E5CCA) is known color: Slate Blue. HEX triplet: 6E, 5C and CA. RGB value is (110,92,202). Sum of RGB (Red+Green+Blue) = 110+92+202=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CCA is #91A335. Grayscale: #6D6D6D. Windows color (decimal): -9544502 or 13261934. OLE color: 13261934.
HSL color Cylindrical-coordinate representation of color #6E5CCA: hue angle of 249.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E5CCA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 92 | 202 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.21 |
| HSL | 249.82º | 0.51% | 0.58% | - |
| HSV(B) | 249.82º | 0.54% | 0.79% | - |
| XYZ | 20.92 | 15.23 | 57.71 | - |
| YUV | 109.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 202 | 0.46 | 0.54 | 0 | 0.21 | 249.82 | 0.51 | 0.58 |
| Hex | 6E | 5C | CA | 2E | 36 | 0 | 15 | FA | 33 | 3A |
| Octal | 156 | 134 | 312 | 56 | 66 | 0 | 25 | 372 | 63 | 72 |
| Binary | 1101110 | 1011100 | 11001010 | 101110 | 110110 | 0 | 10101 | 11111010 | 110011 | 111010 |
Color Harmonies of #6E5CCA
Complementary color
Monochromatic Colors of #6E5CCA
Black with #6E5CCA
Text Example
Text Example
White with #6E5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5CCA; }
p { color: rgb(110,92,202); }
H1.HeaderClassName
{
color: #6E5CCA;
}
.AnyTagClassName
{
color: #6E5CCA;
}
</style>
background-color css
<style>
a { background-color: #6E5CCA; }
a { background-color: rgb(110,92,202); }
div.DivClassName
{
background-color: #6E5CCA;
}
.BgClassName
{
background-color: #6E5CCA;
}
</style>
border-color css
<style>
span { border-color: #6E5CCA; }
span { border-color: rgb(110,92,202); }
td.TdClassName
{
border-color: #6E5CCA;
}
.TagClassName
{
border-color: #6E5CCA;
}
</style>