Shades of Medium Slate Blue #6575F1
Tints of Medium Slate Blue #6575F1
RGB
CMYK
RGB Variations
Color information
#6575F1 (or 0x6575F1) is known color: Medium Slate Blue. HEX triplet: 65, 75 and F1. RGB value is (101,117,241). Sum of RGB (Red+Green+Blue) = 101+117+241=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #6575F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575F1 is #9A8A0E. Grayscale: #7D7D7D. Windows color (decimal): -10127887 or 15824229. OLE color: 15824229.
HSL color Cylindrical-coordinate representation of color #6575F1: hue angle of 233.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6575F1 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 117 | 241 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.05 |
| HSL | 233.14º | 0.83% | 0.67% | - |
| HSV(B) | 233.14º | 0.58% | 0.95% | - |
| XYZ | 27.61 | 21.84 | 85.98 | - |
| YUV | 126.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 241 | 0.58 | 0.51 | 0 | 0.05 | 233.14 | 0.83 | 0.67 |
| Hex | 65 | 75 | F1 | 3A | 33 | 0 | 5 | E9 | 53 | 43 |
| Octal | 145 | 165 | 361 | 72 | 63 | 0 | 5 | 351 | 123 | 103 |
| Binary | 1100101 | 1110101 | 11110001 | 111010 | 110011 | 0 | 101 | 11101001 | 1010011 | 1000011 |
Color Harmonies of #6575F1
Complementary color
Monochromatic Colors of #6575F1
Black with #6575F1
Text Example
Text Example
White with #6575F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575F1; }
p { color: rgb(101,117,241); }
H1.HeaderClassName
{
color: #6575F1;
}
.AnyTagClassName
{
color: #6575F1;
}
</style>
background-color css
<style>
a { background-color: #6575F1; }
a { background-color: rgb(101,117,241); }
div.DivClassName
{
background-color: #6575F1;
}
.BgClassName
{
background-color: #6575F1;
}
</style>
border-color css
<style>
span { border-color: #6575F1; }
span { border-color: rgb(101,117,241); }
td.TdClassName
{
border-color: #6575F1;
}
.TagClassName
{
border-color: #6575F1;
}
</style>