Shades of Slate Blue #6847C3
Tints of Slate Blue #6847C3
RGB
CMYK
RGB Variations
Color information
#6847C3 (or 0x6847C3) is known color: Slate Blue. HEX triplet: 68, 47 and C3. RGB value is (104,71,195). Sum of RGB (Red+Green+Blue) = 104+71+195=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #6847C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6847C3 is #97B83C. Grayscale: #5E5E5E. Windows color (decimal): -9943101 or 12797800. OLE color: 12797800.
HSL color Cylindrical-coordinate representation of color #6847C3: hue angle of 255.97º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6847C3 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 71 | 195 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.24 |
| HSL | 255.97º | 0.51% | 0.52% | - |
| HSV(B) | 255.97º | 0.64% | 0.76% | - |
| XYZ | 17.81 | 11.39 | 52.89 | - |
| YUV | 95 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 195 | 0.47 | 0.64 | 0 | 0.24 | 255.97 | 0.51 | 0.52 |
| Hex | 68 | 47 | C3 | 2F | 40 | 0 | 18 | 100 | 33 | 34 |
| Octal | 150 | 107 | 303 | 57 | 100 | 0 | 30 | 400 | 63 | 64 |
| Binary | 1101000 | 1000111 | 11000011 | 101111 | 1000000 | 0 | 11000 | 100000000 | 110011 | 110100 |
Color Harmonies of #6847C3
Complementary color
Monochromatic Colors of #6847C3
Black with #6847C3
Text Example
Text Example
White with #6847C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847C3; }
p { color: rgb(104,71,195); }
H1.HeaderClassName
{
color: #6847C3;
}
.AnyTagClassName
{
color: #6847C3;
}
</style>
background-color css
<style>
a { background-color: #6847C3; }
a { background-color: rgb(104,71,195); }
div.DivClassName
{
background-color: #6847C3;
}
.BgClassName
{
background-color: #6847C3;
}
</style>
border-color css
<style>
span { border-color: #6847C3; }
span { border-color: rgb(104,71,195); }
td.TdClassName
{
border-color: #6847C3;
}
.TagClassName
{
border-color: #6847C3;
}
</style>