Shades of Medium Slate Blue #6574FA
Tints of Medium Slate Blue #6574FA
RGB
CMYK
RGB Variations
Color information
#6574FA (or 0x6574FA) is known color: Medium Slate Blue. HEX triplet: 65, 74 and FA. RGB value is (101,116,250). Sum of RGB (Red+Green+Blue) = 101+116+250=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6574FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574FA is #9A8B05. Grayscale: #7E7E7E. Windows color (decimal): -10128134 or 16413797. OLE color: 16413797.
HSL color Cylindrical-coordinate representation of color #6574FA: hue angle of 233.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6574FA is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 116 | 250 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.02 |
| HSL | 233.96º | 0.94% | 0.69% | - |
| HSV(B) | 233.96º | 0.6% | 0.98% | - |
| XYZ | 28.87 | 22.16 | 93.2 | - |
| YUV | 126.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 250 | 0.60 | 0.54 | 0 | 0.02 | 233.96 | 0.94 | 0.69 |
| Hex | 65 | 74 | FA | 3C | 36 | 0 | 2 | EA | 5E | 45 |
| Octal | 145 | 164 | 372 | 74 | 66 | 0 | 2 | 352 | 136 | 105 |
| Binary | 1100101 | 1110100 | 11111010 | 111100 | 110110 | 0 | 10 | 11101010 | 1011110 | 1000101 |
Color Harmonies of #6574FA
Complementary color
Monochromatic Colors of #6574FA
Black with #6574FA
Text Example
Text Example
White with #6574FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574FA; }
p { color: rgb(101,116,250); }
H1.HeaderClassName
{
color: #6574FA;
}
.AnyTagClassName
{
color: #6574FA;
}
</style>
background-color css
<style>
a { background-color: #6574FA; }
a { background-color: rgb(101,116,250); }
div.DivClassName
{
background-color: #6574FA;
}
.BgClassName
{
background-color: #6574FA;
}
</style>
border-color css
<style>
span { border-color: #6574FA; }
span { border-color: rgb(101,116,250); }
td.TdClassName
{
border-color: #6574FA;
}
.TagClassName
{
border-color: #6574FA;
}
</style>