Shades of Slate Blue #6C4ECF
Tints of Slate Blue #6C4ECF
RGB
CMYK
RGB Variations
Color information
#6C4ECF (or 0x6C4ECF) is known color: Slate Blue. HEX triplet: 6C, 4E and CF. RGB value is (108,78,207). Sum of RGB (Red+Green+Blue) = 108+78+207=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 78 (30.86% from 255 or 19.85% 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 #6C4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ECF is #93B130. Grayscale: #656565. Windows color (decimal): -9679153 or 13586028. OLE color: 13586028.
HSL color Cylindrical-coordinate representation of color #6C4ECF: hue angle of 253.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4ECF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 78 | 207 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.19 |
| HSL | 253.95º | 0.57% | 0.56% | - |
| HSV(B) | 253.95º | 0.62% | 0.81% | - |
| XYZ | 20.17 | 13.14 | 60.5 | - |
| YUV | 101.68 | 187.44 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 207 | 0.48 | 0.62 | 0 | 0.19 | 253.95 | 0.57 | 0.56 |
| Hex | 6C | 4E | CF | 30 | 3E | 0 | 13 | FE | 39 | 38 |
| Octal | 154 | 116 | 317 | 60 | 76 | 0 | 23 | 376 | 71 | 70 |
| Binary | 1101100 | 1001110 | 11001111 | 110000 | 111110 | 0 | 10011 | 11111110 | 111001 | 111000 |
Color Harmonies of #6C4ECF
Complementary color
Monochromatic Colors of #6C4ECF
Black with #6C4ECF
Text Example
Text Example
White with #6C4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4ECF; }
p { color: rgb(108,78,207); }
H1.HeaderClassName
{
color: #6C4ECF;
}
.AnyTagClassName
{
color: #6C4ECF;
}
</style>
background-color css
<style>
a { background-color: #6C4ECF; }
a { background-color: rgb(108,78,207); }
div.DivClassName
{
background-color: #6C4ECF;
}
.BgClassName
{
background-color: #6C4ECF;
}
</style>
border-color css
<style>
span { border-color: #6C4ECF; }
span { border-color: rgb(108,78,207); }
td.TdClassName
{
border-color: #6C4ECF;
}
.TagClassName
{
border-color: #6C4ECF;
}
</style>