Shades of Slate Blue #6E4FCC
Tints of Slate Blue #6E4FCC
RGB
CMYK
RGB Variations
Color information
#6E4FCC (or 0x6E4FCC) is known color: Slate Blue. HEX triplet: 6E, 4F and CC. RGB value is (110,79,204). Sum of RGB (Red+Green+Blue) = 110+79+204=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FCC is #91B033. Grayscale: #666666. Windows color (decimal): -9547828 or 13389678. OLE color: 13389678.
HSL color Cylindrical-coordinate representation of color #6E4FCC: hue angle of 254.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E4FCC is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 79 | 204 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.2 |
| HSL | 254.88º | 0.55% | 0.55% | - |
| HSV(B) | 254.88º | 0.61% | 0.8% | - |
| XYZ | 20.13 | 13.27 | 58.63 | - |
| YUV | 102.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 204 | 0.46 | 0.61 | 0 | 0.2 | 254.88 | 0.55 | 0.55 |
| Hex | 6E | 4F | CC | 2E | 3D | 0 | 14 | FF | 37 | 37 |
| Octal | 156 | 117 | 314 | 56 | 75 | 0 | 24 | 377 | 67 | 67 |
| Binary | 1101110 | 1001111 | 11001100 | 101110 | 111101 | 0 | 10100 | 11111111 | 110111 | 110111 |
Color Harmonies of #6E4FCC
Complementary color
Monochromatic Colors of #6E4FCC
Black with #6E4FCC
Text Example
Text Example
White with #6E4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FCC; }
p { color: rgb(110,79,204); }
H1.HeaderClassName
{
color: #6E4FCC;
}
.AnyTagClassName
{
color: #6E4FCC;
}
</style>
background-color css
<style>
a { background-color: #6E4FCC; }
a { background-color: rgb(110,79,204); }
div.DivClassName
{
background-color: #6E4FCC;
}
.BgClassName
{
background-color: #6E4FCC;
}
</style>
border-color css
<style>
span { border-color: #6E4FCC; }
span { border-color: rgb(110,79,204); }
td.TdClassName
{
border-color: #6E4FCC;
}
.TagClassName
{
border-color: #6E4FCC;
}
</style>