Shades of Medium Slate Blue #685AFD
Tints of Medium Slate Blue #685AFD
RGB
CMYK
RGB Variations
Color information
#685AFD (or 0x685AFD) is known color: Medium Slate Blue. HEX triplet: 68, 5A and FD. RGB value is (104,90,253). Sum of RGB (Red+Green+Blue) = 104+90+253=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #685AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AFD is #97A502. Grayscale: #707070. Windows color (decimal): -9938179 or 16603752. OLE color: 16603752.
HSL color Cylindrical-coordinate representation of color #685AFD: hue angle of 245.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #685AFD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 90 | 253 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.01 |
| HSL | 245.15º | 0.98% | 0.67% | - |
| HSV(B) | 245.15º | 0.64% | 0.99% | - |
| XYZ | 27.09 | 17.35 | 94.85 | - |
| YUV | 112.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 253 | 0.59 | 0.64 | 0 | 0.01 | 245.15 | 0.98 | 0.67 |
| Hex | 68 | 5A | FD | 3B | 40 | 0 | 1 | F5 | 62 | 43 |
| Octal | 150 | 132 | 375 | 73 | 100 | 0 | 1 | 365 | 142 | 103 |
| Binary | 1101000 | 1011010 | 11111101 | 111011 | 1000000 | 0 | 1 | 11110101 | 1100010 | 1000011 |
Color Harmonies of #685AFD
Complementary color
Monochromatic Colors of #685AFD
Black with #685AFD
Text Example
Text Example
White with #685AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AFD; }
p { color: rgb(104,90,253); }
H1.HeaderClassName
{
color: #685AFD;
}
.AnyTagClassName
{
color: #685AFD;
}
</style>
background-color css
<style>
a { background-color: #685AFD; }
a { background-color: rgb(104,90,253); }
div.DivClassName
{
background-color: #685AFD;
}
.BgClassName
{
background-color: #685AFD;
}
</style>
border-color css
<style>
span { border-color: #685AFD; }
span { border-color: rgb(104,90,253); }
td.TdClassName
{
border-color: #685AFD;
}
.TagClassName
{
border-color: #685AFD;
}
</style>