Shades of Medium Slate Blue #616AF4
Tints of Medium Slate Blue #616AF4
RGB
CMYK
RGB Variations
Color information
#616AF4 (or 0x616AF4) is known color: Medium Slate Blue. HEX triplet: 61, 6A and F4. RGB value is (97,106,244). Sum of RGB (Red+Green+Blue) = 97+106+244=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #616AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616AF4 is #9E950B. Grayscale: #767676. Windows color (decimal): -10392844 or 16018017. OLE color: 16018017.
HSL color Cylindrical-coordinate representation of color #616AF4: hue angle of 236.33º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616AF4 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 106 | 244 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.04 |
| HSL | 236.33º | 0.87% | 0.67% | - |
| HSV(B) | 236.33º | 0.6% | 0.96% | - |
| XYZ | 26.41 | 19.38 | 87.94 | - |
| YUV | 119.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 244 | 0.60 | 0.57 | 0 | 0.04 | 236.33 | 0.87 | 0.67 |
| Hex | 61 | 6A | F4 | 3C | 39 | 0 | 4 | EC | 57 | 43 |
| Octal | 141 | 152 | 364 | 74 | 71 | 0 | 4 | 354 | 127 | 103 |
| Binary | 1100001 | 1101010 | 11110100 | 111100 | 111001 | 0 | 100 | 11101100 | 1010111 | 1000011 |
Color Harmonies of #616AF4
Complementary color
Monochromatic Colors of #616AF4
Black with #616AF4
Text Example
Text Example
White with #616AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616AF4; }
p { color: rgb(97,106,244); }
H1.HeaderClassName
{
color: #616AF4;
}
.AnyTagClassName
{
color: #616AF4;
}
</style>
background-color css
<style>
a { background-color: #616AF4; }
a { background-color: rgb(97,106,244); }
div.DivClassName
{
background-color: #616AF4;
}
.BgClassName
{
background-color: #616AF4;
}
</style>
border-color css
<style>
span { border-color: #616AF4; }
span { border-color: rgb(97,106,244); }
td.TdClassName
{
border-color: #616AF4;
}
.TagClassName
{
border-color: #616AF4;
}
</style>