Shades of Slate Blue #6856D8
Tints of Slate Blue #6856D8
RGB
CMYK
RGB Variations
Color information
#6856D8 (or 0x6856D8) is known color: Slate Blue. HEX triplet: 68, 56 and D8. RGB value is (104,86,216). Sum of RGB (Red+Green+Blue) = 104+86+216=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #6856D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856D8 is #97A927. Grayscale: #696969. Windows color (decimal): -9939240 or 14177896. OLE color: 14177896.
HSL color Cylindrical-coordinate representation of color #6856D8: hue angle of 248.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6856D8 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 86 | 216 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.15 |
| HSL | 248.31º | 0.63% | 0.59% | - |
| HSV(B) | 248.31º | 0.6% | 0.85% | - |
| XYZ | 21.43 | 14.56 | 66.65 | - |
| YUV | 106.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 216 | 0.52 | 0.60 | 0 | 0.15 | 248.31 | 0.63 | 0.59 |
| Hex | 68 | 56 | D8 | 34 | 3C | 0 | F | F8 | 3E | 3B |
| Octal | 150 | 126 | 330 | 64 | 74 | 0 | 17 | 370 | 76 | 73 |
| Binary | 1101000 | 1010110 | 11011000 | 110100 | 111100 | 0 | 1111 | 11111000 | 111110 | 111011 |
Color Harmonies of #6856D8
Complementary color
Monochromatic Colors of #6856D8
Black with #6856D8
Text Example
Text Example
White with #6856D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856D8; }
p { color: rgb(104,86,216); }
H1.HeaderClassName
{
color: #6856D8;
}
.AnyTagClassName
{
color: #6856D8;
}
</style>
background-color css
<style>
a { background-color: #6856D8; }
a { background-color: rgb(104,86,216); }
div.DivClassName
{
background-color: #6856D8;
}
.BgClassName
{
background-color: #6856D8;
}
</style>
border-color css
<style>
span { border-color: #6856D8; }
span { border-color: rgb(104,86,216); }
td.TdClassName
{
border-color: #6856D8;
}
.TagClassName
{
border-color: #6856D8;
}
</style>