Shades of Medium Slate Blue #6574FC
Tints of Medium Slate Blue #6574FC
RGB
CMYK
RGB Variations
Color information
#6574FC (or 0x6574FC) is known color: Medium Slate Blue. HEX triplet: 65, 74 and FC. RGB value is (101,116,252). Sum of RGB (Red+Green+Blue) = 101+116+252=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #6574FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574FC is #9A8B03. Grayscale: #7E7E7E. Windows color (decimal): -10128132 or 16544869. OLE color: 16544869.
HSL color Cylindrical-coordinate representation of color #6574FC: hue angle of 234.04º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6574FC is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 116 | 252 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.01 |
| HSL | 234.04º | 0.96% | 0.69% | - |
| HSV(B) | 234.04º | 0.6% | 0.99% | - |
| XYZ | 29.18 | 22.29 | 94.86 | - |
| YUV | 127.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 252 | 0.60 | 0.54 | 0 | 0.01 | 234.04 | 0.96 | 0.69 |
| Hex | 65 | 74 | FC | 3C | 36 | 0 | 1 | EA | 60 | 45 |
| Octal | 145 | 164 | 374 | 74 | 66 | 0 | 1 | 352 | 140 | 105 |
| Binary | 1100101 | 1110100 | 11111100 | 111100 | 110110 | 0 | 1 | 11101010 | 1100000 | 1000101 |
Color Harmonies of #6574FC
Complementary color
Monochromatic Colors of #6574FC
Black with #6574FC
Text Example
Text Example
White with #6574FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574FC; }
p { color: rgb(101,116,252); }
H1.HeaderClassName
{
color: #6574FC;
}
.AnyTagClassName
{
color: #6574FC;
}
</style>
background-color css
<style>
a { background-color: #6574FC; }
a { background-color: rgb(101,116,252); }
div.DivClassName
{
background-color: #6574FC;
}
.BgClassName
{
background-color: #6574FC;
}
</style>
border-color css
<style>
span { border-color: #6574FC; }
span { border-color: rgb(101,116,252); }
td.TdClassName
{
border-color: #6574FC;
}
.TagClassName
{
border-color: #6574FC;
}
</style>