Shades of Slate Blue #6856DA
Tints of Slate Blue #6856DA
RGB
CMYK
RGB Variations
Color information
#6856DA (or 0x6856DA) is known color: Slate Blue. HEX triplet: 68, 56 and DA. RGB value is (104,86,218). Sum of RGB (Red+Green+Blue) = 104+86+218=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #6856DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DA is #97A925. Grayscale: #696969. Windows color (decimal): -9939238 or 14308968. OLE color: 14308968.
HSL color Cylindrical-coordinate representation of color #6856DA: hue angle of 248.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6856DA is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 86 | 218 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.15 |
| HSL | 248.18º | 0.64% | 0.6% | - |
| HSV(B) | 248.18º | 0.61% | 0.85% | - |
| XYZ | 21.69 | 14.66 | 68.02 | - |
| YUV | 106.43 | 190.96 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 218 | 0.52 | 0.61 | 0 | 0.15 | 248.18 | 0.64 | 0.6 |
| Hex | 68 | 56 | DA | 34 | 3D | 0 | F | F8 | 40 | 3C |
| Octal | 150 | 126 | 332 | 64 | 75 | 0 | 17 | 370 | 100 | 74 |
| Binary | 1101000 | 1010110 | 11011010 | 110100 | 111101 | 0 | 1111 | 11111000 | 1000000 | 111100 |
Color Harmonies of #6856DA
Complementary color
Monochromatic Colors of #6856DA
Black with #6856DA
Text Example
Text Example
White with #6856DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856DA; }
p { color: rgb(104,86,218); }
H1.HeaderClassName
{
color: #6856DA;
}
.AnyTagClassName
{
color: #6856DA;
}
</style>
background-color css
<style>
a { background-color: #6856DA; }
a { background-color: rgb(104,86,218); }
div.DivClassName
{
background-color: #6856DA;
}
.BgClassName
{
background-color: #6856DA;
}
</style>
border-color css
<style>
span { border-color: #6856DA; }
span { border-color: rgb(104,86,218); }
td.TdClassName
{
border-color: #6856DA;
}
.TagClassName
{
border-color: #6856DA;
}
</style>