Shades of Slate Blue #6E45CD
Tints of Slate Blue #6E45CD
RGB
CMYK
RGB Variations
Color information
#6E45CD (or 0x6E45CD) is known color: Slate Blue. HEX triplet: 6E, 45 and CD. RGB value is (110,69,205). Sum of RGB (Red+Green+Blue) = 110+69+205=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45CD is #91BA32. Grayscale: #606060. Windows color (decimal): -9550387 or 13452654. OLE color: 13452654.
HSL color Cylindrical-coordinate representation of color #6E45CD: hue angle of 258.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E45CD is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 69 | 205 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.20 |
| HSL | 258.09º | 0.58% | 0.54% | - |
| HSV(B) | 258.09º | 0.66% | 0.8% | - |
| XYZ | 19.58 | 11.98 | 59.04 | - |
| YUV | 96.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 205 | 0.46 | 0.66 | 0 | 0.20 | 258.09 | 0.58 | 0.54 |
| Hex | 6E | 45 | CD | 2E | 42 | 0 | 14 | 102 | 3A | 36 |
| Octal | 156 | 105 | 315 | 56 | 102 | 0 | 24 | 402 | 72 | 66 |
| Binary | 1101110 | 1000101 | 11001101 | 101110 | 1000010 | 0 | 10100 | 100000010 | 111010 | 110110 |
Color Harmonies of #6E45CD
Complementary color
Monochromatic Colors of #6E45CD
Black with #6E45CD
Text Example
Text Example
White with #6E45CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E45CD; }
p { color: rgb(110,69,205); }
H1.HeaderClassName
{
color: #6E45CD;
}
.AnyTagClassName
{
color: #6E45CD;
}
</style>
background-color css
<style>
a { background-color: #6E45CD; }
a { background-color: rgb(110,69,205); }
div.DivClassName
{
background-color: #6E45CD;
}
.BgClassName
{
background-color: #6E45CD;
}
</style>
border-color css
<style>
span { border-color: #6E45CD; }
span { border-color: rgb(110,69,205); }
td.TdClassName
{
border-color: #6E45CD;
}
.TagClassName
{
border-color: #6E45CD;
}
</style>