Shades of Medium Slate Blue #685BFC
Tints of Medium Slate Blue #685BFC
RGB
CMYK
RGB Variations
Color information
#685BFC (or 0x685BFC) is known color: Medium Slate Blue. HEX triplet: 68, 5B and FC. RGB value is (104,91,252). Sum of RGB (Red+Green+Blue) = 104+91+252=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #685BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BFC is #97A403. Grayscale: #707070. Windows color (decimal): -9937924 or 16538472. OLE color: 16538472.
HSL color Cylindrical-coordinate representation of color #685BFC: hue angle of 244.84º degrees, saturation: 0.96, 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 #685BFC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 91 | 252 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.01 |
| HSL | 244.84º | 0.96% | 0.67% | - |
| HSV(B) | 244.84º | 0.64% | 0.99% | - |
| XYZ | 27.02 | 17.45 | 94.04 | - |
| YUV | 113.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 252 | 0.59 | 0.64 | 0 | 0.01 | 244.84 | 0.96 | 0.67 |
| Hex | 68 | 5B | FC | 3B | 40 | 0 | 1 | F5 | 60 | 43 |
| Octal | 150 | 133 | 374 | 73 | 100 | 0 | 1 | 365 | 140 | 103 |
| Binary | 1101000 | 1011011 | 11111100 | 111011 | 1000000 | 0 | 1 | 11110101 | 1100000 | 1000011 |
Color Harmonies of #685BFC
Complementary color
Monochromatic Colors of #685BFC
Black with #685BFC
Text Example
Text Example
White with #685BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BFC; }
p { color: rgb(104,91,252); }
H1.HeaderClassName
{
color: #685BFC;
}
.AnyTagClassName
{
color: #685BFC;
}
</style>
background-color css
<style>
a { background-color: #685BFC; }
a { background-color: rgb(104,91,252); }
div.DivClassName
{
background-color: #685BFC;
}
.BgClassName
{
background-color: #685BFC;
}
</style>
border-color css
<style>
span { border-color: #685BFC; }
span { border-color: rgb(104,91,252); }
td.TdClassName
{
border-color: #685BFC;
}
.TagClassName
{
border-color: #685BFC;
}
</style>