Shades of Medium Slate Blue #685AF4
Tints of Medium Slate Blue #685AF4
RGB
CMYK
RGB Variations
Color information
#685AF4 (or 0x685AF4) is known color: Medium Slate Blue. HEX triplet: 68, 5A and F4. RGB value is (104,90,244). Sum of RGB (Red+Green+Blue) = 104+90+244=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #685AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AF4 is #97A50B. Grayscale: #6F6F6F. Windows color (decimal): -9938188 or 16013928. OLE color: 16013928.
HSL color Cylindrical-coordinate representation of color #685AF4: hue angle of 245.45º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685AF4 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 90 | 244 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.04 |
| HSL | 245.45º | 0.88% | 0.65% | - |
| HSV(B) | 245.45º | 0.63% | 0.96% | - |
| XYZ | 25.69 | 16.79 | 87.47 | - |
| YUV | 111.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 244 | 0.57 | 0.63 | 0 | 0.04 | 245.45 | 0.88 | 0.65 |
| Hex | 68 | 5A | F4 | 39 | 3F | 0 | 4 | F5 | 58 | 41 |
| Octal | 150 | 132 | 364 | 71 | 77 | 0 | 4 | 365 | 130 | 101 |
| Binary | 1101000 | 1011010 | 11110100 | 111001 | 111111 | 0 | 100 | 11110101 | 1011000 | 1000001 |
Color Harmonies of #685AF4
Complementary color
Monochromatic Colors of #685AF4
Black with #685AF4
Text Example
Text Example
White with #685AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AF4; }
p { color: rgb(104,90,244); }
H1.HeaderClassName
{
color: #685AF4;
}
.AnyTagClassName
{
color: #685AF4;
}
</style>
background-color css
<style>
a { background-color: #685AF4; }
a { background-color: rgb(104,90,244); }
div.DivClassName
{
background-color: #685AF4;
}
.BgClassName
{
background-color: #685AF4;
}
</style>
border-color css
<style>
span { border-color: #685AF4; }
span { border-color: rgb(104,90,244); }
td.TdClassName
{
border-color: #685AF4;
}
.TagClassName
{
border-color: #685AF4;
}
</style>