Shades of Medium Slate Blue #6C68F1
Tints of Medium Slate Blue #6C68F1
RGB
CMYK
RGB Variations
Color information
#6C68F1 (or 0x6C68F1) is known color: Medium Slate Blue. HEX triplet: 6C, 68 and F1. RGB value is (108,104,241). Sum of RGB (Red+Green+Blue) = 108+104+241=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C68F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C68F1 is #93970E. Grayscale: #787878. Windows color (decimal): -9672463 or 15820908. OLE color: 15820908.
HSL color Cylindrical-coordinate representation of color #6C68F1: hue angle of 241.75º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C68F1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 104 | 241 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.05 |
| HSL | 241.75º | 0.83% | 0.68% | - |
| HSV(B) | 241.75º | 0.57% | 0.95% | - |
| XYZ | 27.01 | 19.44 | 85.55 | - |
| YUV | 120.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 241 | 0.55 | 0.57 | 0 | 0.05 | 241.75 | 0.83 | 0.68 |
| Hex | 6C | 68 | F1 | 37 | 39 | 0 | 5 | F2 | 53 | 44 |
| Octal | 154 | 150 | 361 | 67 | 71 | 0 | 5 | 362 | 123 | 104 |
| Binary | 1101100 | 1101000 | 11110001 | 110111 | 111001 | 0 | 101 | 11110010 | 1010011 | 1000100 |
Color Harmonies of #6C68F1
Complementary color
Monochromatic Colors of #6C68F1
Black with #6C68F1
Text Example
Text Example
White with #6C68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C68F1; }
p { color: rgb(108,104,241); }
H1.HeaderClassName
{
color: #6C68F1;
}
.AnyTagClassName
{
color: #6C68F1;
}
</style>
background-color css
<style>
a { background-color: #6C68F1; }
a { background-color: rgb(108,104,241); }
div.DivClassName
{
background-color: #6C68F1;
}
.BgClassName
{
background-color: #6C68F1;
}
</style>
border-color css
<style>
span { border-color: #6C68F1; }
span { border-color: rgb(108,104,241); }
td.TdClassName
{
border-color: #6C68F1;
}
.TagClassName
{
border-color: #6C68F1;
}
</style>