Shades of Medium Slate Blue #6564F9
Tints of Medium Slate Blue #6564F9
RGB
CMYK
RGB Variations
Color information
#6564F9 (or 0x6564F9) is known color: Medium Slate Blue. HEX triplet: 65, 64 and F9. RGB value is (101,100,249). Sum of RGB (Red+Green+Blue) = 101+100+249=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #6564F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6564F9 is #9A9B06. Grayscale: #747474. Windows color (decimal): -10132231 or 16344165. OLE color: 16344165.
HSL color Cylindrical-coordinate representation of color #6564F9: hue angle of 240.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6564F9 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 100 | 249 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.02 |
| HSL | 240.4º | 0.93% | 0.68% | - |
| HSV(B) | 240.4º | 0.6% | 0.98% | - |
| XYZ | 27.02 | 18.72 | 91.81 | - |
| YUV | 117.29 | 202.33 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 249 | 0.59 | 0.60 | 0 | 0.02 | 240.4 | 0.93 | 0.68 |
| Hex | 65 | 64 | F9 | 3B | 3C | 0 | 2 | F0 | 5D | 44 |
| Octal | 145 | 144 | 371 | 73 | 74 | 0 | 2 | 360 | 135 | 104 |
| Binary | 1100101 | 1100100 | 11111001 | 111011 | 111100 | 0 | 10 | 11110000 | 1011101 | 1000100 |
Color Harmonies of #6564F9
Complementary color
Monochromatic Colors of #6564F9
Black with #6564F9
Text Example
Text Example
White with #6564F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6564F9; }
p { color: rgb(101,100,249); }
H1.HeaderClassName
{
color: #6564F9;
}
.AnyTagClassName
{
color: #6564F9;
}
</style>
background-color css
<style>
a { background-color: #6564F9; }
a { background-color: rgb(101,100,249); }
div.DivClassName
{
background-color: #6564F9;
}
.BgClassName
{
background-color: #6564F9;
}
</style>
border-color css
<style>
span { border-color: #6564F9; }
span { border-color: rgb(101,100,249); }
td.TdClassName
{
border-color: #6564F9;
}
.TagClassName
{
border-color: #6564F9;
}
</style>