Shades of Medium Slate Blue #6D65FC
Tints of Medium Slate Blue #6D65FC
RGB
CMYK
RGB Variations
Color information
#6D65FC (or 0x6D65FC) is known color: Medium Slate Blue. HEX triplet: 6D, 65 and FC. RGB value is (109,101,252). Sum of RGB (Red+Green+Blue) = 109+101+252=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D65FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D65FC is #929A03. Grayscale: #787878. Windows color (decimal): -9607684 or 16541037. OLE color: 16541037.
HSL color Cylindrical-coordinate representation of color #6D65FC: hue angle of 243.18º 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 #6D65FC is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 101 | 252 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.01 |
| HSL | 243.18º | 0.96% | 0.69% | - |
| HSV(B) | 243.18º | 0.6% | 0.99% | - |
| XYZ | 28.53 | 19.59 | 94.37 | - |
| YUV | 120.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 252 | 0.57 | 0.60 | 0 | 0.01 | 243.18 | 0.96 | 0.69 |
| Hex | 6D | 65 | FC | 39 | 3C | 0 | 1 | F3 | 60 | 45 |
| Octal | 155 | 145 | 374 | 71 | 74 | 0 | 1 | 363 | 140 | 105 |
| Binary | 1101101 | 1100101 | 11111100 | 111001 | 111100 | 0 | 1 | 11110011 | 1100000 | 1000101 |
Color Harmonies of #6D65FC
Complementary color
Monochromatic Colors of #6D65FC
Black with #6D65FC
Text Example
Text Example
White with #6D65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D65FC; }
p { color: rgb(109,101,252); }
H1.HeaderClassName
{
color: #6D65FC;
}
.AnyTagClassName
{
color: #6D65FC;
}
</style>
background-color css
<style>
a { background-color: #6D65FC; }
a { background-color: rgb(109,101,252); }
div.DivClassName
{
background-color: #6D65FC;
}
.BgClassName
{
background-color: #6D65FC;
}
</style>
border-color css
<style>
span { border-color: #6D65FC; }
span { border-color: rgb(109,101,252); }
td.TdClassName
{
border-color: #6D65FC;
}
.TagClassName
{
border-color: #6D65FC;
}
</style>