Shades of Medium Slate Blue #6D68FC
Tints of Medium Slate Blue #6D68FC
RGB
CMYK
RGB Variations
Color information
#6D68FC (or 0x6D68FC) is known color: Medium Slate Blue. HEX triplet: 6D, 68 and FC. RGB value is (109,104,252). Sum of RGB (Red+Green+Blue) = 109+104+252=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D68FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D68FC is #929703. Grayscale: #797979. Windows color (decimal): -9606916 or 16541805. OLE color: 16541805.
HSL color Cylindrical-coordinate representation of color #6D68FC: hue angle of 242.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D68FC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 104 | 252 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.01 |
| HSL | 242.03º | 0.96% | 0.7% | - |
| HSV(B) | 242.03º | 0.59% | 0.99% | - |
| XYZ | 28.83 | 20.18 | 94.47 | - |
| YUV | 122.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 252 | 0.57 | 0.59 | 0 | 0.01 | 242.03 | 0.96 | 0.7 |
| Hex | 6D | 68 | FC | 39 | 3B | 0 | 1 | F2 | 60 | 46 |
| Octal | 155 | 150 | 374 | 71 | 73 | 0 | 1 | 362 | 140 | 106 |
| Binary | 1101101 | 1101000 | 11111100 | 111001 | 111011 | 0 | 1 | 11110010 | 1100000 | 1000110 |
Color Harmonies of #6D68FC
Complementary color
Monochromatic Colors of #6D68FC
Black with #6D68FC
Text Example
Text Example
White with #6D68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D68FC; }
p { color: rgb(109,104,252); }
H1.HeaderClassName
{
color: #6D68FC;
}
.AnyTagClassName
{
color: #6D68FC;
}
</style>
background-color css
<style>
a { background-color: #6D68FC; }
a { background-color: rgb(109,104,252); }
div.DivClassName
{
background-color: #6D68FC;
}
.BgClassName
{
background-color: #6D68FC;
}
</style>
border-color css
<style>
span { border-color: #6D68FC; }
span { border-color: rgb(109,104,252); }
td.TdClassName
{
border-color: #6D68FC;
}
.TagClassName
{
border-color: #6D68FC;
}
</style>