Shades of Slate Blue #6856CF
Tints of Slate Blue #6856CF
RGB
CMYK
RGB Variations
Color information
#6856CF (or 0x6856CF) is known color: Slate Blue. HEX triplet: 68, 56 and CF. RGB value is (104,86,207). Sum of RGB (Red+Green+Blue) = 104+86+207=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #6856CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856CF is #97A930. Grayscale: #686868. Windows color (decimal): -9939249 or 13588072. OLE color: 13588072.
HSL color Cylindrical-coordinate representation of color #6856CF: hue angle of 248.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6856CF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 86 | 207 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.19 |
| HSL | 248.93º | 0.56% | 0.57% | - |
| HSV(B) | 248.93º | 0.58% | 0.81% | - |
| XYZ | 20.3 | 14.1 | 60.68 | - |
| YUV | 105.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 207 | 0.50 | 0.58 | 0 | 0.19 | 248.93 | 0.56 | 0.57 |
| Hex | 68 | 56 | CF | 32 | 3A | 0 | 13 | F9 | 38 | 39 |
| Octal | 150 | 126 | 317 | 62 | 72 | 0 | 23 | 371 | 70 | 71 |
| Binary | 1101000 | 1010110 | 11001111 | 110010 | 111010 | 0 | 10011 | 11111001 | 111000 | 111001 |
Color Harmonies of #6856CF
Complementary color
Monochromatic Colors of #6856CF
Black with #6856CF
Text Example
Text Example
White with #6856CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856CF; }
p { color: rgb(104,86,207); }
H1.HeaderClassName
{
color: #6856CF;
}
.AnyTagClassName
{
color: #6856CF;
}
</style>
background-color css
<style>
a { background-color: #6856CF; }
a { background-color: rgb(104,86,207); }
div.DivClassName
{
background-color: #6856CF;
}
.BgClassName
{
background-color: #6856CF;
}
</style>
border-color css
<style>
span { border-color: #6856CF; }
span { border-color: rgb(104,86,207); }
td.TdClassName
{
border-color: #6856CF;
}
.TagClassName
{
border-color: #6856CF;
}
</style>