Shades of Medium Slate Blue #6C6AF2
Tints of Medium Slate Blue #6C6AF2
RGB
CMYK
RGB Variations
Color information
#6C6AF2 (or 0x6C6AF2) is known color: Medium Slate Blue. HEX triplet: 6C, 6A and F2. RGB value is (108,106,242). Sum of RGB (Red+Green+Blue) = 108+106+242=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C6AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6AF2 is #93950D. Grayscale: #797979. Windows color (decimal): -9671950 or 15886956. OLE color: 15886956.
HSL color Cylindrical-coordinate representation of color #6C6AF2: hue angle of 240.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C6AF2 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 106 | 242 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.05 |
| HSL | 240.88º | 0.84% | 0.68% | - |
| HSV(B) | 240.88º | 0.56% | 0.95% | - |
| XYZ | 27.37 | 19.91 | 86.4 | - |
| YUV | 122.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 242 | 0.55 | 0.56 | 0 | 0.05 | 240.88 | 0.84 | 0.68 |
| Hex | 6C | 6A | F2 | 37 | 38 | 0 | 5 | F1 | 54 | 44 |
| Octal | 154 | 152 | 362 | 67 | 70 | 0 | 5 | 361 | 124 | 104 |
| Binary | 1101100 | 1101010 | 11110010 | 110111 | 111000 | 0 | 101 | 11110001 | 1010100 | 1000100 |
Color Harmonies of #6C6AF2
Complementary color
Monochromatic Colors of #6C6AF2
Black with #6C6AF2
Text Example
Text Example
White with #6C6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6AF2; }
p { color: rgb(108,106,242); }
H1.HeaderClassName
{
color: #6C6AF2;
}
.AnyTagClassName
{
color: #6C6AF2;
}
</style>
background-color css
<style>
a { background-color: #6C6AF2; }
a { background-color: rgb(108,106,242); }
div.DivClassName
{
background-color: #6C6AF2;
}
.BgClassName
{
background-color: #6C6AF2;
}
</style>
border-color css
<style>
span { border-color: #6C6AF2; }
span { border-color: rgb(108,106,242); }
td.TdClassName
{
border-color: #6C6AF2;
}
.TagClassName
{
border-color: #6C6AF2;
}
</style>