Shades of Medium Slate Blue #6B68EB
Tints of Medium Slate Blue #6B68EB
RGB
CMYK
RGB Variations
Color information
#6B68EB (or 0x6B68EB) is known color: Medium Slate Blue. HEX triplet: 6B, 68 and EB. RGB value is (107,104,235). Sum of RGB (Red+Green+Blue) = 107+104+235=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B68EB is #949714. Grayscale: #777777. Windows color (decimal): -9738005 or 15427691. OLE color: 15427691.
HSL color Cylindrical-coordinate representation of color #6B68EB: hue angle of 241.37º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B68EB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 104 | 235 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.08 |
| HSL | 241.37º | 0.77% | 0.66% | - |
| HSV(B) | 241.37º | 0.56% | 0.92% | - |
| XYZ | 26.01 | 19.02 | 80.9 | - |
| YUV | 119.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 235 | 0.54 | 0.56 | 0 | 0.08 | 241.37 | 0.77 | 0.66 |
| Hex | 6B | 68 | EB | 36 | 38 | 0 | 8 | F1 | 4D | 42 |
| Octal | 153 | 150 | 353 | 66 | 70 | 0 | 10 | 361 | 115 | 102 |
| Binary | 1101011 | 1101000 | 11101011 | 110110 | 111000 | 0 | 1000 | 11110001 | 1001101 | 1000010 |
Color Harmonies of #6B68EB
Complementary color
Monochromatic Colors of #6B68EB
Black with #6B68EB
Text Example
Text Example
White with #6B68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B68EB; }
p { color: rgb(107,104,235); }
H1.HeaderClassName
{
color: #6B68EB;
}
.AnyTagClassName
{
color: #6B68EB;
}
</style>
background-color css
<style>
a { background-color: #6B68EB; }
a { background-color: rgb(107,104,235); }
div.DivClassName
{
background-color: #6B68EB;
}
.BgClassName
{
background-color: #6B68EB;
}
</style>
border-color css
<style>
span { border-color: #6B68EB; }
span { border-color: rgb(107,104,235); }
td.TdClassName
{
border-color: #6B68EB;
}
.TagClassName
{
border-color: #6B68EB;
}
</style>