Shades of Slate Blue #685BC6
Tints of Slate Blue #685BC6
RGB
CMYK
RGB Variations
Color information
#685BC6 (or 0x685BC6) is known color: Slate Blue. HEX triplet: 68, 5B and C6. RGB value is (104,91,198). Sum of RGB (Red+Green+Blue) = 104+91+198=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #685BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BC6 is #97A439. Grayscale: #6A6A6A. Windows color (decimal): -9937978 or 12999528. OLE color: 12999528.
HSL color Cylindrical-coordinate representation of color #685BC6: hue angle of 247.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685BC6 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 91 | 198 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.22 |
| HSL | 247.29º | 0.48% | 0.57% | - |
| HSV(B) | 247.29º | 0.54% | 0.78% | - |
| XYZ | 19.64 | 14.5 | 55.19 | - |
| YUV | 107.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 198 | 0.47 | 0.54 | 0 | 0.22 | 247.29 | 0.48 | 0.57 |
| Hex | 68 | 5B | C6 | 2F | 36 | 0 | 16 | F7 | 30 | 39 |
| Octal | 150 | 133 | 306 | 57 | 66 | 0 | 26 | 367 | 60 | 71 |
| Binary | 1101000 | 1011011 | 11000110 | 101111 | 110110 | 0 | 10110 | 11110111 | 110000 | 111001 |
Color Harmonies of #685BC6
Complementary color
Monochromatic Colors of #685BC6
Black with #685BC6
Text Example
Text Example
White with #685BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BC6; }
p { color: rgb(104,91,198); }
H1.HeaderClassName
{
color: #685BC6;
}
.AnyTagClassName
{
color: #685BC6;
}
</style>
background-color css
<style>
a { background-color: #685BC6; }
a { background-color: rgb(104,91,198); }
div.DivClassName
{
background-color: #685BC6;
}
.BgClassName
{
background-color: #685BC6;
}
</style>
border-color css
<style>
span { border-color: #685BC6; }
span { border-color: rgb(104,91,198); }
td.TdClassName
{
border-color: #685BC6;
}
.TagClassName
{
border-color: #685BC6;
}
</style>