Shades of Medium Slate Blue #6D64FF
Tints of Medium Slate Blue #6D64FF
RGB
CMYK
RGB Variations
Color information
#6D64FF (or 0x6D64FF) is known color: Medium Slate Blue. HEX triplet: 6D, 64 and FF. RGB value is (109,100,255). Sum of RGB (Red+Green+Blue) = 109+100+255=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D64FF is #929B00. Grayscale: #777777. Windows color (decimal): -9607937 or 16737389. OLE color: 16737389.
HSL color Cylindrical-coordinate representation of color #6D64FF: hue angle of 243.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D64FF is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 100 | 255 | - |
| CMYK | 0.57 | 0.61 | 0 | 0 |
| HSL | 243.48º | 1% | 0.7% | - |
| HSV(B) | 243.48º | 0.61% | 1% | - |
| XYZ | 28.91 | 19.59 | 96.86 | - |
| YUV | 120.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 255 | 0.57 | 0.61 | 0 | 0 | 243.48 | 1 | 0.7 |
| Hex | 6D | 64 | FF | 39 | 3D | 0 | 0 | F3 | 64 | 46 |
| Octal | 155 | 144 | 377 | 71 | 75 | 0 | 0 | 363 | 144 | 106 |
| Binary | 1101101 | 1100100 | 11111111 | 111001 | 111101 | 0 | 0 | 11110011 | 1100100 | 1000110 |
Color Harmonies of #6D64FF
Complementary color
Monochromatic Colors of #6D64FF
Black with #6D64FF
Text Example
Text Example
White with #6D64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D64FF; }
p { color: rgb(109,100,255); }
H1.HeaderClassName
{
color: #6D64FF;
}
.AnyTagClassName
{
color: #6D64FF;
}
</style>
background-color css
<style>
a { background-color: #6D64FF; }
a { background-color: rgb(109,100,255); }
div.DivClassName
{
background-color: #6D64FF;
}
.BgClassName
{
background-color: #6D64FF;
}
</style>
border-color css
<style>
span { border-color: #6D64FF; }
span { border-color: rgb(109,100,255); }
td.TdClassName
{
border-color: #6D64FF;
}
.TagClassName
{
border-color: #6D64FF;
}
</style>