Shades of Medium Slate Blue #6768EB
Tints of Medium Slate Blue #6768EB
RGB
CMYK
RGB Variations
Color information
#6768EB (or 0x6768EB) is known color: Medium Slate Blue. HEX triplet: 67, 68 and EB. RGB value is (103,104,235). Sum of RGB (Red+Green+Blue) = 103+104+235=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #6768EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768EB is #989714. Grayscale: #767676. Windows color (decimal): -10000149 or 15427687. OLE color: 15427687.
HSL color Cylindrical-coordinate representation of color #6768EB: hue angle of 239.55º 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 #6768EB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 104 | 235 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.08 |
| HSL | 239.55º | 0.77% | 0.66% | - |
| HSV(B) | 239.55º | 0.56% | 0.92% | - |
| XYZ | 25.54 | 18.78 | 80.88 | - |
| YUV | 118.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 235 | 0.56 | 0.56 | 0 | 0.08 | 239.55 | 0.77 | 0.66 |
| Hex | 67 | 68 | EB | 38 | 38 | 0 | 8 | F0 | 4D | 42 |
| Octal | 147 | 150 | 353 | 70 | 70 | 0 | 10 | 360 | 115 | 102 |
| Binary | 1100111 | 1101000 | 11101011 | 111000 | 111000 | 0 | 1000 | 11110000 | 1001101 | 1000010 |
Color Harmonies of #6768EB
Complementary color
Monochromatic Colors of #6768EB
Black with #6768EB
Text Example
Text Example
White with #6768EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768EB; }
p { color: rgb(103,104,235); }
H1.HeaderClassName
{
color: #6768EB;
}
.AnyTagClassName
{
color: #6768EB;
}
</style>
background-color css
<style>
a { background-color: #6768EB; }
a { background-color: rgb(103,104,235); }
div.DivClassName
{
background-color: #6768EB;
}
.BgClassName
{
background-color: #6768EB;
}
</style>
border-color css
<style>
span { border-color: #6768EB; }
span { border-color: rgb(103,104,235); }
td.TdClassName
{
border-color: #6768EB;
}
.TagClassName
{
border-color: #6768EB;
}
</style>