Shades of Slate Blue #685ACD
Tints of Slate Blue #685ACD
RGB
CMYK
RGB Variations
Color information
#685ACD (or 0x685ACD) is known color: Slate Blue. HEX triplet: 68, 5A and CD. RGB value is (104,90,205). Sum of RGB (Red+Green+Blue) = 104+90+205=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #685ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ACD is #97A532. Grayscale: #6A6A6A. Windows color (decimal): -9938227 or 13458024. OLE color: 13458024.
HSL color Cylindrical-coordinate representation of color #685ACD: hue angle of 247.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685ACD is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 90 | 205 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.20 |
| HSL | 247.3º | 0.53% | 0.58% | - |
| HSV(B) | 247.3º | 0.56% | 0.8% | - |
| XYZ | 20.38 | 14.66 | 59.51 | - |
| YUV | 107.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 205 | 0.49 | 0.56 | 0 | 0.20 | 247.3 | 0.53 | 0.58 |
| Hex | 68 | 5A | CD | 31 | 38 | 0 | 14 | F7 | 35 | 3A |
| Octal | 150 | 132 | 315 | 61 | 70 | 0 | 24 | 367 | 65 | 72 |
| Binary | 1101000 | 1011010 | 11001101 | 110001 | 111000 | 0 | 10100 | 11110111 | 110101 | 111010 |
Color Harmonies of #685ACD
Complementary color
Monochromatic Colors of #685ACD
Black with #685ACD
Text Example
Text Example
White with #685ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ACD; }
p { color: rgb(104,90,205); }
H1.HeaderClassName
{
color: #685ACD;
}
.AnyTagClassName
{
color: #685ACD;
}
</style>
background-color css
<style>
a { background-color: #685ACD; }
a { background-color: rgb(104,90,205); }
div.DivClassName
{
background-color: #685ACD;
}
.BgClassName
{
background-color: #685ACD;
}
</style>
border-color css
<style>
span { border-color: #685ACD; }
span { border-color: rgb(104,90,205); }
td.TdClassName
{
border-color: #685ACD;
}
.TagClassName
{
border-color: #685ACD;
}
</style>