Shades of Medium Slate Blue #685BFD
Tints of Medium Slate Blue #685BFD
RGB
CMYK
RGB Variations
Color information
#685BFD (or 0x685BFD) is known color: Medium Slate Blue. HEX triplet: 68, 5B and FD. RGB value is (104,91,253). Sum of RGB (Red+Green+Blue) = 104+91+253=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #685BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BFD is #97A402. Grayscale: #707070. Windows color (decimal): -9937923 or 16604008. OLE color: 16604008.
HSL color Cylindrical-coordinate representation of color #685BFD: hue angle of 244.81º 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 #685BFD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 91 | 253 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.01 |
| HSL | 244.81º | 0.98% | 0.67% | - |
| HSV(B) | 244.81º | 0.64% | 0.99% | - |
| XYZ | 27.18 | 17.52 | 94.88 | - |
| YUV | 113.36 | 206.81 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 253 | 0.59 | 0.64 | 0 | 0.01 | 244.81 | 0.98 | 0.67 |
| Hex | 68 | 5B | FD | 3B | 40 | 0 | 1 | F5 | 62 | 43 |
| Octal | 150 | 133 | 375 | 73 | 100 | 0 | 1 | 365 | 142 | 103 |
| Binary | 1101000 | 1011011 | 11111101 | 111011 | 1000000 | 0 | 1 | 11110101 | 1100010 | 1000011 |
Color Harmonies of #685BFD
Complementary color
Monochromatic Colors of #685BFD
Black with #685BFD
Text Example
Text Example
White with #685BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BFD; }
p { color: rgb(104,91,253); }
H1.HeaderClassName
{
color: #685BFD;
}
.AnyTagClassName
{
color: #685BFD;
}
</style>
background-color css
<style>
a { background-color: #685BFD; }
a { background-color: rgb(104,91,253); }
div.DivClassName
{
background-color: #685BFD;
}
.BgClassName
{
background-color: #685BFD;
}
</style>
border-color css
<style>
span { border-color: #685BFD; }
span { border-color: rgb(104,91,253); }
td.TdClassName
{
border-color: #685BFD;
}
.TagClassName
{
border-color: #685BFD;
}
</style>