Shades of Slate Blue #6844EC
Tints of Slate Blue #6844EC
RGB
CMYK
RGB Variations
Color information
#6844EC (or 0x6844EC) is known color: Slate Blue. HEX triplet: 68, 44 and EC. RGB value is (104,68,236). Sum of RGB (Red+Green+Blue) = 104+68+236=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #6844EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6844EC is #97BB13. Grayscale: #616161. Windows color (decimal): -9943828 or 15484008. OLE color: 15484008.
HSL color Cylindrical-coordinate representation of color #6844EC: hue angle of 252.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6844EC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 68 | 236 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.07 |
| HSL | 252.86º | 0.82% | 0.6% | - |
| HSV(B) | 252.86º | 0.71% | 0.93% | - |
| XYZ | 22.92 | 13.13 | 80.68 | - |
| YUV | 97.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 236 | 0.56 | 0.71 | 0 | 0.07 | 252.86 | 0.82 | 0.6 |
| Hex | 68 | 44 | EC | 38 | 47 | 0 | 7 | FD | 52 | 3C |
| Octal | 150 | 104 | 354 | 70 | 107 | 0 | 7 | 375 | 122 | 74 |
| Binary | 1101000 | 1000100 | 11101100 | 111000 | 1000111 | 0 | 111 | 11111101 | 1010010 | 111100 |
Color Harmonies of #6844EC
Complementary color
Monochromatic Colors of #6844EC
Black with #6844EC
Text Example
Text Example
White with #6844EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844EC; }
p { color: rgb(104,68,236); }
H1.HeaderClassName
{
color: #6844EC;
}
.AnyTagClassName
{
color: #6844EC;
}
</style>
background-color css
<style>
a { background-color: #6844EC; }
a { background-color: rgb(104,68,236); }
div.DivClassName
{
background-color: #6844EC;
}
.BgClassName
{
background-color: #6844EC;
}
</style>
border-color css
<style>
span { border-color: #6844EC; }
span { border-color: rgb(104,68,236); }
td.TdClassName
{
border-color: #6844EC;
}
.TagClassName
{
border-color: #6844EC;
}
</style>