Shades of Medium Slate Blue #6174FA
Tints of Medium Slate Blue #6174FA
RGB
CMYK
RGB Variations
Color information
#6174FA (or 0x6174FA) is known color: Medium Slate Blue. HEX triplet: 61, 74 and FA. RGB value is (97,116,250). Sum of RGB (Red+Green+Blue) = 97+116+250=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #6174FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6174FA is #9E8B05. Grayscale: #7D7D7D. Windows color (decimal): -10390278 or 16413793. OLE color: 16413793.
HSL color Cylindrical-coordinate representation of color #6174FA: hue angle of 232.55º 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 #6174FA is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 116 | 250 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.02 |
| HSL | 232.55º | 0.94% | 0.68% | - |
| HSV(B) | 232.55º | 0.61% | 0.98% | - |
| XYZ | 28.43 | 21.93 | 93.18 | - |
| YUV | 125.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 250 | 0.61 | 0.54 | 0 | 0.02 | 232.55 | 0.94 | 0.68 |
| Hex | 61 | 74 | FA | 3D | 36 | 0 | 2 | E9 | 5E | 44 |
| Octal | 141 | 164 | 372 | 75 | 66 | 0 | 2 | 351 | 136 | 104 |
| Binary | 1100001 | 1110100 | 11111010 | 111101 | 110110 | 0 | 10 | 11101001 | 1011110 | 1000100 |
Color Harmonies of #6174FA
Complementary color
Monochromatic Colors of #6174FA
Black with #6174FA
Text Example
Text Example
White with #6174FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174FA; }
p { color: rgb(97,116,250); }
H1.HeaderClassName
{
color: #6174FA;
}
.AnyTagClassName
{
color: #6174FA;
}
</style>
background-color css
<style>
a { background-color: #6174FA; }
a { background-color: rgb(97,116,250); }
div.DivClassName
{
background-color: #6174FA;
}
.BgClassName
{
background-color: #6174FA;
}
</style>
border-color css
<style>
span { border-color: #6174FA; }
span { border-color: rgb(97,116,250); }
td.TdClassName
{
border-color: #6174FA;
}
.TagClassName
{
border-color: #6174FA;
}
</style>