Shades of Medium Slate Blue #6172FA
Tints of Medium Slate Blue #6172FA
RGB
CMYK
RGB Variations
Color information
#6172FA (or 0x6172FA) is known color: Medium Slate Blue. HEX triplet: 61, 72 and FA. RGB value is (97,114,250). Sum of RGB (Red+Green+Blue) = 97+114+250=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #6172FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6172FA is #9E8D05. Grayscale: #7B7B7B. Windows color (decimal): -10390790 or 16413281. OLE color: 16413281.
HSL color Cylindrical-coordinate representation of color #6172FA: hue angle of 233.33º 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 #6172FA is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 114 | 250 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.02 |
| HSL | 233.33º | 0.94% | 0.68% | - |
| HSV(B) | 233.33º | 0.61% | 0.98% | - |
| XYZ | 28.2 | 21.48 | 93.1 | - |
| YUV | 124.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 250 | 0.61 | 0.54 | 0 | 0.02 | 233.33 | 0.94 | 0.68 |
| Hex | 61 | 72 | FA | 3D | 36 | 0 | 2 | E9 | 5E | 44 |
| Octal | 141 | 162 | 372 | 75 | 66 | 0 | 2 | 351 | 136 | 104 |
| Binary | 1100001 | 1110010 | 11111010 | 111101 | 110110 | 0 | 10 | 11101001 | 1011110 | 1000100 |
Color Harmonies of #6172FA
Complementary color
Monochromatic Colors of #6172FA
Black with #6172FA
Text Example
Text Example
White with #6172FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172FA; }
p { color: rgb(97,114,250); }
H1.HeaderClassName
{
color: #6172FA;
}
.AnyTagClassName
{
color: #6172FA;
}
</style>
background-color css
<style>
a { background-color: #6172FA; }
a { background-color: rgb(97,114,250); }
div.DivClassName
{
background-color: #6172FA;
}
.BgClassName
{
background-color: #6172FA;
}
</style>
border-color css
<style>
span { border-color: #6172FA; }
span { border-color: rgb(97,114,250); }
td.TdClassName
{
border-color: #6172FA;
}
.TagClassName
{
border-color: #6172FA;
}
</style>