Shades of Slate Blue #6F4ECD
Tints of Slate Blue #6F4ECD
RGB
CMYK
RGB Variations
Color information
#6F4ECD (or 0x6F4ECD) is known color: Slate Blue. HEX triplet: 6F, 4E and CD. RGB value is (111,78,205). Sum of RGB (Red+Green+Blue) = 111+78+205=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4ECD is #90B132. Grayscale: #656565. Windows color (decimal): -9482547 or 13454959. OLE color: 13454959.
HSL color Cylindrical-coordinate representation of color #6F4ECD: hue angle of 255.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F4ECD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 78 | 205 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.20 |
| HSL | 255.59º | 0.56% | 0.55% | - |
| HSV(B) | 255.59º | 0.62% | 0.8% | - |
| XYZ | 20.3 | 13.24 | 59.24 | - |
| YUV | 102.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 205 | 0.46 | 0.62 | 0 | 0.20 | 255.59 | 0.56 | 0.55 |
| Hex | 6F | 4E | CD | 2E | 3E | 0 | 14 | 100 | 38 | 37 |
| Octal | 157 | 116 | 315 | 56 | 76 | 0 | 24 | 400 | 70 | 67 |
| Binary | 1101111 | 1001110 | 11001101 | 101110 | 111110 | 0 | 10100 | 100000000 | 111000 | 110111 |
Color Harmonies of #6F4ECD
Complementary color
Monochromatic Colors of #6F4ECD
Black with #6F4ECD
Text Example
Text Example
White with #6F4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4ECD; }
p { color: rgb(111,78,205); }
H1.HeaderClassName
{
color: #6F4ECD;
}
.AnyTagClassName
{
color: #6F4ECD;
}
</style>
background-color css
<style>
a { background-color: #6F4ECD; }
a { background-color: rgb(111,78,205); }
div.DivClassName
{
background-color: #6F4ECD;
}
.BgClassName
{
background-color: #6F4ECD;
}
</style>
border-color css
<style>
span { border-color: #6F4ECD; }
span { border-color: rgb(111,78,205); }
td.TdClassName
{
border-color: #6F4ECD;
}
.TagClassName
{
border-color: #6F4ECD;
}
</style>