Shades of Medium Slate Blue #616BFA
Tints of Medium Slate Blue #616BFA
RGB
CMYK
RGB Variations
Color information
#616BFA (or 0x616BFA) is known color: Medium Slate Blue. HEX triplet: 61, 6B and FA. RGB value is (97,107,250). Sum of RGB (Red+Green+Blue) = 97+107+250=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #616BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616BFA is #9E9405. Grayscale: #777777. Windows color (decimal): -10392582 or 16411489. OLE color: 16411489.
HSL color Cylindrical-coordinate representation of color #616BFA: hue angle of 236.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #616BFA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 107 | 250 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.02 |
| HSL | 236.08º | 0.94% | 0.68% | - |
| HSV(B) | 236.08º | 0.61% | 0.98% | - |
| XYZ | 27.44 | 19.96 | 92.85 | - |
| YUV | 120.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 250 | 0.61 | 0.57 | 0 | 0.02 | 236.08 | 0.94 | 0.68 |
| Hex | 61 | 6B | FA | 3D | 39 | 0 | 2 | EC | 5E | 44 |
| Octal | 141 | 153 | 372 | 75 | 71 | 0 | 2 | 354 | 136 | 104 |
| Binary | 1100001 | 1101011 | 11111010 | 111101 | 111001 | 0 | 10 | 11101100 | 1011110 | 1000100 |
Color Harmonies of #616BFA
Complementary color
Monochromatic Colors of #616BFA
Black with #616BFA
Text Example
Text Example
White with #616BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BFA; }
p { color: rgb(97,107,250); }
H1.HeaderClassName
{
color: #616BFA;
}
.AnyTagClassName
{
color: #616BFA;
}
</style>
background-color css
<style>
a { background-color: #616BFA; }
a { background-color: rgb(97,107,250); }
div.DivClassName
{
background-color: #616BFA;
}
.BgClassName
{
background-color: #616BFA;
}
</style>
border-color css
<style>
span { border-color: #616BFA; }
span { border-color: rgb(97,107,250); }
td.TdClassName
{
border-color: #616BFA;
}
.TagClassName
{
border-color: #616BFA;
}
</style>