Shades of Medium Slate Blue #6C79F1
Tints of Medium Slate Blue #6C79F1
RGB
CMYK
RGB Variations
Color information
#6C79F1 (or 0x6C79F1) is known color: Medium Slate Blue. HEX triplet: 6C, 79 and F1. RGB value is (108,121,241). Sum of RGB (Red+Green+Blue) = 108+121+241=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C79F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C79F1 is #93860E. Grayscale: #828282. Windows color (decimal): -9668111 or 15825260. OLE color: 15825260.
HSL color Cylindrical-coordinate representation of color #6C79F1: hue angle of 234.14º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C79F1 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 121 | 241 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.05 |
| HSL | 234.14º | 0.83% | 0.68% | - |
| HSV(B) | 234.14º | 0.55% | 0.95% | - |
| XYZ | 28.9 | 23.21 | 86.18 | - |
| YUV | 130.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 241 | 0.55 | 0.50 | 0 | 0.05 | 234.14 | 0.83 | 0.68 |
| Hex | 6C | 79 | F1 | 37 | 32 | 0 | 5 | EA | 53 | 44 |
| Octal | 154 | 171 | 361 | 67 | 62 | 0 | 5 | 352 | 123 | 104 |
| Binary | 1101100 | 1111001 | 11110001 | 110111 | 110010 | 0 | 101 | 11101010 | 1010011 | 1000100 |
Color Harmonies of #6C79F1
Complementary color
Monochromatic Colors of #6C79F1
Black with #6C79F1
Text Example
Text Example
White with #6C79F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C79F1; }
p { color: rgb(108,121,241); }
H1.HeaderClassName
{
color: #6C79F1;
}
.AnyTagClassName
{
color: #6C79F1;
}
</style>
background-color css
<style>
a { background-color: #6C79F1; }
a { background-color: rgb(108,121,241); }
div.DivClassName
{
background-color: #6C79F1;
}
.BgClassName
{
background-color: #6C79F1;
}
</style>
border-color css
<style>
span { border-color: #6C79F1; }
span { border-color: rgb(108,121,241); }
td.TdClassName
{
border-color: #6C79F1;
}
.TagClassName
{
border-color: #6C79F1;
}
</style>