Shades of Slate Blue #6E68CE
Tints of Slate Blue #6E68CE
RGB
CMYK
RGB Variations
Color information
#6E68CE (or 0x6E68CE) is known color: Slate Blue. HEX triplet: 6E, 68 and CE. RGB value is (110,104,206). Sum of RGB (Red+Green+Blue) = 110+104+206=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68CE is #919731. Grayscale: #757575. Windows color (decimal): -9541426 or 13527150. OLE color: 13527150.
HSL color Cylindrical-coordinate representation of color #6E68CE: hue angle of 243.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E68CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 104 | 206 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.19 |
| HSL | 243.53º | 0.51% | 0.61% | - |
| HSV(B) | 243.53º | 0.5% | 0.81% | - |
| XYZ | 22.52 | 17.67 | 60.62 | - |
| YUV | 117.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 206 | 0.47 | 0.50 | 0 | 0.19 | 243.53 | 0.51 | 0.61 |
| Hex | 6E | 68 | CE | 2F | 32 | 0 | 13 | F4 | 33 | 3D |
| Octal | 156 | 150 | 316 | 57 | 62 | 0 | 23 | 364 | 63 | 75 |
| Binary | 1101110 | 1101000 | 11001110 | 101111 | 110010 | 0 | 10011 | 11110100 | 110011 | 111101 |
Color Harmonies of #6E68CE
Complementary color
Monochromatic Colors of #6E68CE
Black with #6E68CE
Text Example
Text Example
White with #6E68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68CE; }
p { color: rgb(110,104,206); }
H1.HeaderClassName
{
color: #6E68CE;
}
.AnyTagClassName
{
color: #6E68CE;
}
</style>
background-color css
<style>
a { background-color: #6E68CE; }
a { background-color: rgb(110,104,206); }
div.DivClassName
{
background-color: #6E68CE;
}
.BgClassName
{
background-color: #6E68CE;
}
</style>
border-color css
<style>
span { border-color: #6E68CE; }
span { border-color: rgb(110,104,206); }
td.TdClassName
{
border-color: #6E68CE;
}
.TagClassName
{
border-color: #6E68CE;
}
</style>