Shades of Slate Blue #6E4CCF
Tints of Slate Blue #6E4CCF
RGB
CMYK
RGB Variations
Color information
#6E4CCF (or 0x6E4CCF) is known color: Slate Blue. HEX triplet: 6E, 4C and CF. RGB value is (110,76,207). Sum of RGB (Red+Green+Blue) = 110+76+207=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4CCF is #91B330. Grayscale: #646464. Windows color (decimal): -9548593 or 13585518. OLE color: 13585518.
HSL color Cylindrical-coordinate representation of color #6E4CCF: hue angle of 255.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4CCF is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 76 | 207 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.19 |
| HSL | 255.57º | 0.58% | 0.55% | - |
| HSV(B) | 255.57º | 0.63% | 0.81% | - |
| XYZ | 20.28 | 12.99 | 60.47 | - |
| YUV | 101.1 | 187.76 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 207 | 0.47 | 0.63 | 0 | 0.19 | 255.57 | 0.58 | 0.55 |
| Hex | 6E | 4C | CF | 2F | 3F | 0 | 13 | 100 | 3A | 37 |
| Octal | 156 | 114 | 317 | 57 | 77 | 0 | 23 | 400 | 72 | 67 |
| Binary | 1101110 | 1001100 | 11001111 | 101111 | 111111 | 0 | 10011 | 100000000 | 111010 | 110111 |
Color Harmonies of #6E4CCF
Complementary color
Monochromatic Colors of #6E4CCF
Black with #6E4CCF
Text Example
Text Example
White with #6E4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4CCF; }
p { color: rgb(110,76,207); }
H1.HeaderClassName
{
color: #6E4CCF;
}
.AnyTagClassName
{
color: #6E4CCF;
}
</style>
background-color css
<style>
a { background-color: #6E4CCF; }
a { background-color: rgb(110,76,207); }
div.DivClassName
{
background-color: #6E4CCF;
}
.BgClassName
{
background-color: #6E4CCF;
}
</style>
border-color css
<style>
span { border-color: #6E4CCF; }
span { border-color: rgb(110,76,207); }
td.TdClassName
{
border-color: #6E4CCF;
}
.TagClassName
{
border-color: #6E4CCF;
}
</style>