Shades of Medium Slate Blue #6574FF
Tints of Medium Slate Blue #6574FF
RGB
CMYK
RGB Variations
Color information
#6574FF (or 0x6574FF) is known color: Medium Slate Blue. HEX triplet: 65, 74 and FF. RGB value is (101,116,255). Sum of RGB (Red+Green+Blue) = 101+116+255=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6574FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574FF is #9A8B00. Grayscale: #7E7E7E. Windows color (decimal): -10128129 or 16741477. OLE color: 16741477.
HSL color Cylindrical-coordinate representation of color #6574FF: hue angle of 234.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6574FF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 116 | 255 | - |
| CMYK | 0.60 | 0.55 | 0 | 0 |
| HSL | 234.16º | 1% | 0.7% | - |
| HSV(B) | 234.16º | 0.6% | 1% | - |
| XYZ | 29.66 | 22.48 | 97.38 | - |
| YUV | 127.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 255 | 0.60 | 0.55 | 0 | 0 | 234.16 | 1 | 0.7 |
| Hex | 65 | 74 | FF | 3C | 37 | 0 | 0 | EA | 64 | 46 |
| Octal | 145 | 164 | 377 | 74 | 67 | 0 | 0 | 352 | 144 | 106 |
| Binary | 1100101 | 1110100 | 11111111 | 111100 | 110111 | 0 | 0 | 11101010 | 1100100 | 1000110 |
Color Harmonies of #6574FF
Complementary color
Monochromatic Colors of #6574FF
Black with #6574FF
Text Example
Text Example
White with #6574FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574FF; }
p { color: rgb(101,116,255); }
H1.HeaderClassName
{
color: #6574FF;
}
.AnyTagClassName
{
color: #6574FF;
}
</style>
background-color css
<style>
a { background-color: #6574FF; }
a { background-color: rgb(101,116,255); }
div.DivClassName
{
background-color: #6574FF;
}
.BgClassName
{
background-color: #6574FF;
}
</style>
border-color css
<style>
span { border-color: #6574FF; }
span { border-color: rgb(101,116,255); }
td.TdClassName
{
border-color: #6574FF;
}
.TagClassName
{
border-color: #6574FF;
}
</style>