Shades of Slate Blue #6E68CD
Tints of Slate Blue #6E68CD
RGB
CMYK
RGB Variations
Color information
#6E68CD (or 0x6E68CD) is known color: Slate Blue. HEX triplet: 6E, 68 and CD. RGB value is (110,104,205). Sum of RGB (Red+Green+Blue) = 110+104+205=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68CD is #919732. Grayscale: #747474. Windows color (decimal): -9541427 or 13461614. OLE color: 13461614.
HSL color Cylindrical-coordinate representation of color #6E68CD: hue angle of 243.56º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E68CD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 104 | 205 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.20 |
| HSL | 243.56º | 0.5% | 0.61% | - |
| HSV(B) | 243.56º | 0.49% | 0.8% | - |
| XYZ | 22.4 | 17.62 | 59.98 | - |
| YUV | 117.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 205 | 0.46 | 0.49 | 0 | 0.20 | 243.56 | 0.5 | 0.61 |
| Hex | 6E | 68 | CD | 2E | 31 | 0 | 14 | F4 | 32 | 3D |
| Octal | 156 | 150 | 315 | 56 | 61 | 0 | 24 | 364 | 62 | 75 |
| Binary | 1101110 | 1101000 | 11001101 | 101110 | 110001 | 0 | 10100 | 11110100 | 110010 | 111101 |
Color Harmonies of #6E68CD
Complementary color
Monochromatic Colors of #6E68CD
Black with #6E68CD
Text Example
Text Example
White with #6E68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68CD; }
p { color: rgb(110,104,205); }
H1.HeaderClassName
{
color: #6E68CD;
}
.AnyTagClassName
{
color: #6E68CD;
}
</style>
background-color css
<style>
a { background-color: #6E68CD; }
a { background-color: rgb(110,104,205); }
div.DivClassName
{
background-color: #6E68CD;
}
.BgClassName
{
background-color: #6E68CD;
}
</style>
border-color css
<style>
span { border-color: #6E68CD; }
span { border-color: rgb(110,104,205); }
td.TdClassName
{
border-color: #6E68CD;
}
.TagClassName
{
border-color: #6E68CD;
}
</style>