Shades of Slate Blue #6847CC
Tints of Slate Blue #6847CC
RGB
CMYK
RGB Variations
Color information
#6847CC (or 0x6847CC) is known color: Slate Blue. HEX triplet: 68, 47 and CC. RGB value is (104,71,204). Sum of RGB (Red+Green+Blue) = 104+71+204=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #6847CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6847CC is #97B833. Grayscale: #5F5F5F. Windows color (decimal): -9943092 or 13387624. OLE color: 13387624.
HSL color Cylindrical-coordinate representation of color #6847CC: hue angle of 254.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6847CC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 71 | 204 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.2 |
| HSL | 254.89º | 0.57% | 0.54% | - |
| HSV(B) | 254.89º | 0.65% | 0.8% | - |
| XYZ | 18.86 | 11.81 | 58.41 | - |
| YUV | 96.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 204 | 0.49 | 0.65 | 0 | 0.2 | 254.89 | 0.57 | 0.54 |
| Hex | 68 | 47 | CC | 31 | 41 | 0 | 14 | FF | 39 | 36 |
| Octal | 150 | 107 | 314 | 61 | 101 | 0 | 24 | 377 | 71 | 66 |
| Binary | 1101000 | 1000111 | 11001100 | 110001 | 1000001 | 0 | 10100 | 11111111 | 111001 | 110110 |
Color Harmonies of #6847CC
Complementary color
Monochromatic Colors of #6847CC
Black with #6847CC
Text Example
Text Example
White with #6847CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847CC; }
p { color: rgb(104,71,204); }
H1.HeaderClassName
{
color: #6847CC;
}
.AnyTagClassName
{
color: #6847CC;
}
</style>
background-color css
<style>
a { background-color: #6847CC; }
a { background-color: rgb(104,71,204); }
div.DivClassName
{
background-color: #6847CC;
}
.BgClassName
{
background-color: #6847CC;
}
</style>
border-color css
<style>
span { border-color: #6847CC; }
span { border-color: rgb(104,71,204); }
td.TdClassName
{
border-color: #6847CC;
}
.TagClassName
{
border-color: #6847CC;
}
</style>