Shades of Slate Blue #685AD6
Tints of Slate Blue #685AD6
RGB
CMYK
RGB Variations
Color information
#685AD6 (or 0x685AD6) is known color: Slate Blue. HEX triplet: 68, 5A and D6. RGB value is (104,90,214). Sum of RGB (Red+Green+Blue) = 104+90+214=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #685AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685AD6 is #97A529. Grayscale: #6B6B6B. Windows color (decimal): -9938218 or 14047848. OLE color: 14047848.
HSL color Cylindrical-coordinate representation of color #685AD6: hue angle of 246.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685AD6 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 90 | 214 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.16 |
| HSL | 246.77º | 0.6% | 0.6% | - |
| HSV(B) | 246.77º | 0.58% | 0.84% | - |
| XYZ | 21.5 | 15.11 | 65.4 | - |
| YUV | 108.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 214 | 0.51 | 0.58 | 0 | 0.16 | 246.77 | 0.6 | 0.6 |
| Hex | 68 | 5A | D6 | 33 | 3A | 0 | 10 | F7 | 3C | 3C |
| Octal | 150 | 132 | 326 | 63 | 72 | 0 | 20 | 367 | 74 | 74 |
| Binary | 1101000 | 1011010 | 11010110 | 110011 | 111010 | 0 | 10000 | 11110111 | 111100 | 111100 |
Color Harmonies of #685AD6
Complementary color
Monochromatic Colors of #685AD6
Black with #685AD6
Text Example
Text Example
White with #685AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AD6; }
p { color: rgb(104,90,214); }
H1.HeaderClassName
{
color: #685AD6;
}
.AnyTagClassName
{
color: #685AD6;
}
</style>
background-color css
<style>
a { background-color: #685AD6; }
a { background-color: rgb(104,90,214); }
div.DivClassName
{
background-color: #685AD6;
}
.BgClassName
{
background-color: #685AD6;
}
</style>
border-color css
<style>
span { border-color: #685AD6; }
span { border-color: rgb(104,90,214); }
td.TdClassName
{
border-color: #685AD6;
}
.TagClassName
{
border-color: #685AD6;
}
</style>