Shades of Slate Blue #6C40E9
Tints of Slate Blue #6C40E9
RGB
CMYK
RGB Variations
Color information
#6C40E9 (or 0x6C40E9) is known color: Slate Blue. HEX triplet: 6C, 40 and E9. RGB value is (108,64,233). Sum of RGB (Red+Green+Blue) = 108+64+233=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C40E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40E9 is #93BF16. Grayscale: #5F5F5F. Windows color (decimal): -9682711 or 15286380. OLE color: 15286380.
HSL color Cylindrical-coordinate representation of color #6C40E9: hue angle of 255.62º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C40E9 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 64 | 233 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.09 |
| HSL | 255.62º | 0.79% | 0.58% | - |
| HSV(B) | 255.62º | 0.73% | 0.91% | - |
| XYZ | 22.73 | 12.74 | 78.35 | - |
| YUV | 96.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 233 | 0.54 | 0.73 | 0 | 0.09 | 255.62 | 0.79 | 0.58 |
| Hex | 6C | 40 | E9 | 36 | 49 | 0 | 9 | 100 | 4F | 3A |
| Octal | 154 | 100 | 351 | 66 | 111 | 0 | 11 | 400 | 117 | 72 |
| Binary | 1101100 | 1000000 | 11101001 | 110110 | 1001001 | 0 | 1001 | 100000000 | 1001111 | 111010 |
Color Harmonies of #6C40E9
Complementary color
Monochromatic Colors of #6C40E9
Black with #6C40E9
Text Example
Text Example
White with #6C40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40E9; }
p { color: rgb(108,64,233); }
H1.HeaderClassName
{
color: #6C40E9;
}
.AnyTagClassName
{
color: #6C40E9;
}
</style>
background-color css
<style>
a { background-color: #6C40E9; }
a { background-color: rgb(108,64,233); }
div.DivClassName
{
background-color: #6C40E9;
}
.BgClassName
{
background-color: #6C40E9;
}
</style>
border-color css
<style>
span { border-color: #6C40E9; }
span { border-color: rgb(108,64,233); }
td.TdClassName
{
border-color: #6C40E9;
}
.TagClassName
{
border-color: #6C40E9;
}
</style>