Shades of Slate Blue #6E5CCF
Tints of Slate Blue #6E5CCF
RGB
CMYK
RGB Variations
Color information
#6E5CCF (or 0x6E5CCF) is known color: Slate Blue. HEX triplet: 6E, 5C and CF. RGB value is (110,92,207). Sum of RGB (Red+Green+Blue) = 110+92+207=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CCF is #91A330. Grayscale: #6E6E6E. Windows color (decimal): -9544497 or 13589614. OLE color: 13589614.
HSL color Cylindrical-coordinate representation of color #6E5CCF: hue angle of 249.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5CCF is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 92 | 207 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.19 |
| HSL | 249.39º | 0.55% | 0.59% | - |
| HSV(B) | 249.39º | 0.56% | 0.81% | - |
| XYZ | 21.52 | 15.47 | 60.88 | - |
| YUV | 110.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 207 | 0.47 | 0.56 | 0 | 0.19 | 249.39 | 0.55 | 0.59 |
| Hex | 6E | 5C | CF | 2F | 38 | 0 | 13 | F9 | 37 | 3B |
| Octal | 156 | 134 | 317 | 57 | 70 | 0 | 23 | 371 | 67 | 73 |
| Binary | 1101110 | 1011100 | 11001111 | 101111 | 111000 | 0 | 10011 | 11111001 | 110111 | 111011 |
Color Harmonies of #6E5CCF
Complementary color
Monochromatic Colors of #6E5CCF
Black with #6E5CCF
Text Example
Text Example
White with #6E5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5CCF; }
p { color: rgb(110,92,207); }
H1.HeaderClassName
{
color: #6E5CCF;
}
.AnyTagClassName
{
color: #6E5CCF;
}
</style>
background-color css
<style>
a { background-color: #6E5CCF; }
a { background-color: rgb(110,92,207); }
div.DivClassName
{
background-color: #6E5CCF;
}
.BgClassName
{
background-color: #6E5CCF;
}
</style>
border-color css
<style>
span { border-color: #6E5CCF; }
span { border-color: rgb(110,92,207); }
td.TdClassName
{
border-color: #6E5CCF;
}
.TagClassName
{
border-color: #6E5CCF;
}
</style>