Shades of Slate Blue #6859CB
Tints of Slate Blue #6859CB
RGB
CMYK
RGB Variations
Color information
#6859CB (or 0x6859CB) is known color: Slate Blue. HEX triplet: 68, 59 and CB. RGB value is (104,89,203). Sum of RGB (Red+Green+Blue) = 104+89+203=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #6859CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859CB is #97A634. Grayscale: #6A6A6A. Windows color (decimal): -9938485 or 13326696. OLE color: 13326696.
HSL color Cylindrical-coordinate representation of color #6859CB: hue angle of 247.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6859CB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 89 | 203 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.20 |
| HSL | 247.89º | 0.52% | 0.57% | - |
| HSV(B) | 247.89º | 0.56% | 0.8% | - |
| XYZ | 20.06 | 14.4 | 58.22 | - |
| YUV | 106.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 203 | 0.49 | 0.56 | 0 | 0.20 | 247.89 | 0.52 | 0.57 |
| Hex | 68 | 59 | CB | 31 | 38 | 0 | 14 | F8 | 34 | 39 |
| Octal | 150 | 131 | 313 | 61 | 70 | 0 | 24 | 370 | 64 | 71 |
| Binary | 1101000 | 1011001 | 11001011 | 110001 | 111000 | 0 | 10100 | 11111000 | 110100 | 111001 |
Color Harmonies of #6859CB
Complementary color
Monochromatic Colors of #6859CB
Black with #6859CB
Text Example
Text Example
White with #6859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859CB; }
p { color: rgb(104,89,203); }
H1.HeaderClassName
{
color: #6859CB;
}
.AnyTagClassName
{
color: #6859CB;
}
</style>
background-color css
<style>
a { background-color: #6859CB; }
a { background-color: rgb(104,89,203); }
div.DivClassName
{
background-color: #6859CB;
}
.BgClassName
{
background-color: #6859CB;
}
</style>
border-color css
<style>
span { border-color: #6859CB; }
span { border-color: rgb(104,89,203); }
td.TdClassName
{
border-color: #6859CB;
}
.TagClassName
{
border-color: #6859CB;
}
</style>