Shades of Medium Slate Blue #6C5AFD
Tints of Medium Slate Blue #6C5AFD
RGB
CMYK
RGB Variations
Color information
#6C5AFD (or 0x6C5AFD) is known color: Medium Slate Blue. HEX triplet: 6C, 5A and FD. RGB value is (108,90,253). Sum of RGB (Red+Green+Blue) = 108+90+253=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C5AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5AFD is #93A502. Grayscale: #717171. Windows color (decimal): -9676035 or 16603756. OLE color: 16603756.
HSL color Cylindrical-coordinate representation of color #6C5AFD: hue angle of 246.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C5AFD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 90 | 253 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.01 |
| HSL | 246.63º | 0.98% | 0.67% | - |
| HSV(B) | 246.63º | 0.64% | 0.99% | - |
| XYZ | 27.57 | 17.59 | 94.87 | - |
| YUV | 113.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 253 | 0.57 | 0.64 | 0 | 0.01 | 246.63 | 0.98 | 0.67 |
| Hex | 6C | 5A | FD | 39 | 40 | 0 | 1 | F7 | 62 | 43 |
| Octal | 154 | 132 | 375 | 71 | 100 | 0 | 1 | 367 | 142 | 103 |
| Binary | 1101100 | 1011010 | 11111101 | 111001 | 1000000 | 0 | 1 | 11110111 | 1100010 | 1000011 |
Color Harmonies of #6C5AFD
Complementary color
Monochromatic Colors of #6C5AFD
Black with #6C5AFD
Text Example
Text Example
White with #6C5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5AFD; }
p { color: rgb(108,90,253); }
H1.HeaderClassName
{
color: #6C5AFD;
}
.AnyTagClassName
{
color: #6C5AFD;
}
</style>
background-color css
<style>
a { background-color: #6C5AFD; }
a { background-color: rgb(108,90,253); }
div.DivClassName
{
background-color: #6C5AFD;
}
.BgClassName
{
background-color: #6C5AFD;
}
</style>
border-color css
<style>
span { border-color: #6C5AFD; }
span { border-color: rgb(108,90,253); }
td.TdClassName
{
border-color: #6C5AFD;
}
.TagClassName
{
border-color: #6C5AFD;
}
</style>