Shades of Slate Blue #6857CB
Tints of Slate Blue #6857CB
RGB
CMYK
RGB Variations
Color information
#6857CB (or 0x6857CB) is known color: Slate Blue. HEX triplet: 68, 57 and CB. RGB value is (104,87,203). Sum of RGB (Red+Green+Blue) = 104+87+203=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #6857CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857CB is #97A834. Grayscale: #686868. Windows color (decimal): -9938997 or 13326184. OLE color: 13326184.
HSL color Cylindrical-coordinate representation of color #6857CB: hue angle of 248.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6857CB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 87 | 203 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.20 |
| HSL | 248.79º | 0.53% | 0.57% | - |
| HSV(B) | 248.79º | 0.57% | 0.8% | - |
| XYZ | 19.9 | 14.07 | 58.17 | - |
| YUV | 105.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 203 | 0.49 | 0.57 | 0 | 0.20 | 248.79 | 0.53 | 0.57 |
| Hex | 68 | 57 | CB | 31 | 39 | 0 | 14 | F9 | 35 | 39 |
| Octal | 150 | 127 | 313 | 61 | 71 | 0 | 24 | 371 | 65 | 71 |
| Binary | 1101000 | 1010111 | 11001011 | 110001 | 111001 | 0 | 10100 | 11111001 | 110101 | 111001 |
Color Harmonies of #6857CB
Complementary color
Monochromatic Colors of #6857CB
Black with #6857CB
Text Example
Text Example
White with #6857CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6857CB; }
p { color: rgb(104,87,203); }
H1.HeaderClassName
{
color: #6857CB;
}
.AnyTagClassName
{
color: #6857CB;
}
</style>
background-color css
<style>
a { background-color: #6857CB; }
a { background-color: rgb(104,87,203); }
div.DivClassName
{
background-color: #6857CB;
}
.BgClassName
{
background-color: #6857CB;
}
</style>
border-color css
<style>
span { border-color: #6857CB; }
span { border-color: rgb(104,87,203); }
td.TdClassName
{
border-color: #6857CB;
}
.TagClassName
{
border-color: #6857CB;
}
</style>