Shades of Medium Slate Blue #616CF0
Tints of Medium Slate Blue #616CF0
RGB
CMYK
RGB Variations
Color information
#616CF0 (or 0x616CF0) is known color: Medium Slate Blue. HEX triplet: 61, 6C and F0. RGB value is (97,108,240). Sum of RGB (Red+Green+Blue) = 97+108+240=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #616CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616CF0 is #9E930F. Grayscale: #777777. Windows color (decimal): -10392336 or 15756385. OLE color: 15756385.
HSL color Cylindrical-coordinate representation of color #616CF0: hue angle of 235.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616CF0 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 108 | 240 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.06 |
| HSL | 235.38º | 0.83% | 0.66% | - |
| HSV(B) | 235.38º | 0.6% | 0.94% | - |
| XYZ | 26.02 | 19.56 | 84.84 | - |
| YUV | 119.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 240 | 0.60 | 0.55 | 0 | 0.06 | 235.38 | 0.83 | 0.66 |
| Hex | 61 | 6C | F0 | 3C | 37 | 0 | 6 | EB | 53 | 42 |
| Octal | 141 | 154 | 360 | 74 | 67 | 0 | 6 | 353 | 123 | 102 |
| Binary | 1100001 | 1101100 | 11110000 | 111100 | 110111 | 0 | 110 | 11101011 | 1010011 | 1000010 |
Color Harmonies of #616CF0
Complementary color
Monochromatic Colors of #616CF0
Black with #616CF0
Text Example
Text Example
White with #616CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CF0; }
p { color: rgb(97,108,240); }
H1.HeaderClassName
{
color: #616CF0;
}
.AnyTagClassName
{
color: #616CF0;
}
</style>
background-color css
<style>
a { background-color: #616CF0; }
a { background-color: rgb(97,108,240); }
div.DivClassName
{
background-color: #616CF0;
}
.BgClassName
{
background-color: #616CF0;
}
</style>
border-color css
<style>
span { border-color: #616CF0; }
span { border-color: rgb(97,108,240); }
td.TdClassName
{
border-color: #616CF0;
}
.TagClassName
{
border-color: #616CF0;
}
</style>