Shades of Medium Slate Blue #685CF2
Tints of Medium Slate Blue #685CF2
RGB
CMYK
RGB Variations
Color information
#685CF2 (or 0x685CF2) is known color: Medium Slate Blue. HEX triplet: 68, 5C and F2. RGB value is (104,92,242). Sum of RGB (Red+Green+Blue) = 104+92+242=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #685CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CF2 is #97A30D. Grayscale: #707070. Windows color (decimal): -9937678 or 15883368. OLE color: 15883368.
HSL color Cylindrical-coordinate representation of color #685CF2: hue angle of 244.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685CF2 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 92 | 242 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.05 |
| HSL | 244.8º | 0.85% | 0.65% | - |
| HSV(B) | 244.8º | 0.62% | 0.95% | - |
| XYZ | 25.56 | 17.01 | 85.94 | - |
| YUV | 112.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 242 | 0.57 | 0.62 | 0 | 0.05 | 244.8 | 0.85 | 0.65 |
| Hex | 68 | 5C | F2 | 39 | 3E | 0 | 5 | F5 | 55 | 41 |
| Octal | 150 | 134 | 362 | 71 | 76 | 0 | 5 | 365 | 125 | 101 |
| Binary | 1101000 | 1011100 | 11110010 | 111001 | 111110 | 0 | 101 | 11110101 | 1010101 | 1000001 |
Color Harmonies of #685CF2
Complementary color
Monochromatic Colors of #685CF2
Black with #685CF2
Text Example
Text Example
White with #685CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CF2; }
p { color: rgb(104,92,242); }
H1.HeaderClassName
{
color: #685CF2;
}
.AnyTagClassName
{
color: #685CF2;
}
</style>
background-color css
<style>
a { background-color: #685CF2; }
a { background-color: rgb(104,92,242); }
div.DivClassName
{
background-color: #685CF2;
}
.BgClassName
{
background-color: #685CF2;
}
</style>
border-color css
<style>
span { border-color: #685CF2; }
span { border-color: rgb(104,92,242); }
td.TdClassName
{
border-color: #685CF2;
}
.TagClassName
{
border-color: #685CF2;
}
</style>