Shades of Slate Blue #6856DF
Tints of Slate Blue #6856DF
RGB
CMYK
RGB Variations
Color information
#6856DF (or 0x6856DF) is known color: Slate Blue. HEX triplet: 68, 56 and DF. RGB value is (104,86,223). Sum of RGB (Red+Green+Blue) = 104+86+223=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #6856DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DF is #97A920. Grayscale: #6A6A6A. Windows color (decimal): -9939233 or 14636648. OLE color: 14636648.
HSL color Cylindrical-coordinate representation of color #6856DF: hue angle of 247.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6856DF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 86 | 223 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.13 |
| HSL | 247.88º | 0.68% | 0.61% | - |
| HSV(B) | 247.88º | 0.61% | 0.87% | - |
| XYZ | 22.36 | 14.93 | 71.51 | - |
| YUV | 107 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 223 | 0.53 | 0.61 | 0 | 0.13 | 247.88 | 0.68 | 0.61 |
| Hex | 68 | 56 | DF | 35 | 3D | 0 | D | F8 | 44 | 3D |
| Octal | 150 | 126 | 337 | 65 | 75 | 0 | 15 | 370 | 104 | 75 |
| Binary | 1101000 | 1010110 | 11011111 | 110101 | 111101 | 0 | 1101 | 11111000 | 1000100 | 111101 |
Color Harmonies of #6856DF
Complementary color
Monochromatic Colors of #6856DF
Black with #6856DF
Text Example
Text Example
White with #6856DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856DF; }
p { color: rgb(104,86,223); }
H1.HeaderClassName
{
color: #6856DF;
}
.AnyTagClassName
{
color: #6856DF;
}
</style>
background-color css
<style>
a { background-color: #6856DF; }
a { background-color: rgb(104,86,223); }
div.DivClassName
{
background-color: #6856DF;
}
.BgClassName
{
background-color: #6856DF;
}
</style>
border-color css
<style>
span { border-color: #6856DF; }
span { border-color: rgb(104,86,223); }
td.TdClassName
{
border-color: #6856DF;
}
.TagClassName
{
border-color: #6856DF;
}
</style>