Shades of Slate Blue #6847E6
Tints of Slate Blue #6847E6
RGB
CMYK
RGB Variations
Color information
#6847E6 (or 0x6847E6) is known color: Slate Blue. HEX triplet: 68, 47 and E6. RGB value is (104,71,230). Sum of RGB (Red+Green+Blue) = 104+71+230=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #6847E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6847E6 is #97B819. Grayscale: #626262. Windows color (decimal): -9943066 or 15091560. OLE color: 15091560.
HSL color Cylindrical-coordinate representation of color #6847E6: hue angle of 252.45º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6847E6 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 71 | 230 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.10 |
| HSL | 252.45º | 0.76% | 0.59% | - |
| HSV(B) | 252.45º | 0.69% | 0.9% | - |
| XYZ | 22.25 | 13.16 | 76.23 | - |
| YUV | 98.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 230 | 0.55 | 0.69 | 0 | 0.10 | 252.45 | 0.76 | 0.59 |
| Hex | 68 | 47 | E6 | 37 | 45 | 0 | A | FC | 4C | 3B |
| Octal | 150 | 107 | 346 | 67 | 105 | 0 | 12 | 374 | 114 | 73 |
| Binary | 1101000 | 1000111 | 11100110 | 110111 | 1000101 | 0 | 1010 | 11111100 | 1001100 | 111011 |
Color Harmonies of #6847E6
Complementary color
Monochromatic Colors of #6847E6
Black with #6847E6
Text Example
Text Example
White with #6847E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847E6; }
p { color: rgb(104,71,230); }
H1.HeaderClassName
{
color: #6847E6;
}
.AnyTagClassName
{
color: #6847E6;
}
</style>
background-color css
<style>
a { background-color: #6847E6; }
a { background-color: rgb(104,71,230); }
div.DivClassName
{
background-color: #6847E6;
}
.BgClassName
{
background-color: #6847E6;
}
</style>
border-color css
<style>
span { border-color: #6847E6; }
span { border-color: rgb(104,71,230); }
td.TdClassName
{
border-color: #6847E6;
}
.TagClassName
{
border-color: #6847E6;
}
</style>