Shades of Slate Blue #6859C8
Tints of Slate Blue #6859C8
RGB
CMYK
RGB Variations
Color information
#6859C8 (or 0x6859C8) is known color: Slate Blue. HEX triplet: 68, 59 and C8. RGB value is (104,89,200). Sum of RGB (Red+Green+Blue) = 104+89+200=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #6859C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859C8 is #97A637. Grayscale: #696969. Windows color (decimal): -9938488 or 13130088. OLE color: 13130088.
HSL color Cylindrical-coordinate representation of color #6859C8: hue angle of 248.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6859C8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 89 | 200 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.22 |
| HSL | 248.11º | 0.5% | 0.57% | - |
| HSV(B) | 248.11º | 0.56% | 0.78% | - |
| XYZ | 19.71 | 14.26 | 56.36 | - |
| YUV | 106.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 200 | 0.48 | 0.56 | 0 | 0.22 | 248.11 | 0.5 | 0.57 |
| Hex | 68 | 59 | C8 | 30 | 38 | 0 | 16 | F8 | 32 | 39 |
| Octal | 150 | 131 | 310 | 60 | 70 | 0 | 26 | 370 | 62 | 71 |
| Binary | 1101000 | 1011001 | 11001000 | 110000 | 111000 | 0 | 10110 | 11111000 | 110010 | 111001 |
Color Harmonies of #6859C8
Complementary color
Monochromatic Colors of #6859C8
Black with #6859C8
Text Example
Text Example
White with #6859C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859C8; }
p { color: rgb(104,89,200); }
H1.HeaderClassName
{
color: #6859C8;
}
.AnyTagClassName
{
color: #6859C8;
}
</style>
background-color css
<style>
a { background-color: #6859C8; }
a { background-color: rgb(104,89,200); }
div.DivClassName
{
background-color: #6859C8;
}
.BgClassName
{
background-color: #6859C8;
}
</style>
border-color css
<style>
span { border-color: #6859C8; }
span { border-color: rgb(104,89,200); }
td.TdClassName
{
border-color: #6859C8;
}
.TagClassName
{
border-color: #6859C8;
}
</style>