Shades of Slate Blue #6846CE
Tints of Slate Blue #6846CE
RGB
CMYK
RGB Variations
Color information
#6846CE (or 0x6846CE) is known color: Slate Blue. HEX triplet: 68, 46 and CE. RGB value is (104,70,206). Sum of RGB (Red+Green+Blue) = 104+70+206=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #6846CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846CE is #97B931. Grayscale: #5F5F5F. Windows color (decimal): -9943346 or 13518440. OLE color: 13518440.
HSL color Cylindrical-coordinate representation of color #6846CE: hue angle of 255º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6846CE is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 70 | 206 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.19 |
| HSL | 255º | 0.58% | 0.54% | - |
| HSV(B) | 255º | 0.66% | 0.81% | - |
| XYZ | 19.04 | 11.78 | 59.66 | - |
| YUV | 95.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 206 | 0.50 | 0.66 | 0 | 0.19 | 255 | 0.58 | 0.54 |
| Hex | 68 | 46 | CE | 32 | 42 | 0 | 13 | FF | 3A | 36 |
| Octal | 150 | 106 | 316 | 62 | 102 | 0 | 23 | 377 | 72 | 66 |
| Binary | 1101000 | 1000110 | 11001110 | 110010 | 1000010 | 0 | 10011 | 11111111 | 111010 | 110110 |
Color Harmonies of #6846CE
Complementary color
Monochromatic Colors of #6846CE
Black with #6846CE
Text Example
Text Example
White with #6846CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6846CE; }
p { color: rgb(104,70,206); }
H1.HeaderClassName
{
color: #6846CE;
}
.AnyTagClassName
{
color: #6846CE;
}
</style>
background-color css
<style>
a { background-color: #6846CE; }
a { background-color: rgb(104,70,206); }
div.DivClassName
{
background-color: #6846CE;
}
.BgClassName
{
background-color: #6846CE;
}
</style>
border-color css
<style>
span { border-color: #6846CE; }
span { border-color: rgb(104,70,206); }
td.TdClassName
{
border-color: #6846CE;
}
.TagClassName
{
border-color: #6846CE;
}
</style>