Shades of Medium Slate Blue #6768ED
Tints of Medium Slate Blue #6768ED
RGB
CMYK
RGB Variations
Color information
#6768ED (or 0x6768ED) is known color: Medium Slate Blue. HEX triplet: 67, 68 and ED. RGB value is (103,104,237). Sum of RGB (Red+Green+Blue) = 103+104+237=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #6768ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768ED is #989712. Grayscale: #767676. Windows color (decimal): -10000147 or 15558759. OLE color: 15558759.
HSL color Cylindrical-coordinate representation of color #6768ED: hue angle of 239.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6768ED is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 104 | 237 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.07 |
| HSL | 239.55º | 0.79% | 0.67% | - |
| HSV(B) | 239.55º | 0.57% | 0.93% | - |
| XYZ | 25.83 | 18.9 | 82.41 | - |
| YUV | 118.86 | 194.67 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 237 | 0.57 | 0.56 | 0 | 0.07 | 239.55 | 0.79 | 0.67 |
| Hex | 67 | 68 | ED | 39 | 38 | 0 | 7 | F0 | 4F | 43 |
| Octal | 147 | 150 | 355 | 71 | 70 | 0 | 7 | 360 | 117 | 103 |
| Binary | 1100111 | 1101000 | 11101101 | 111001 | 111000 | 0 | 111 | 11110000 | 1001111 | 1000011 |
Color Harmonies of #6768ED
Complementary color
Monochromatic Colors of #6768ED
Black with #6768ED
Text Example
Text Example
White with #6768ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768ED; }
p { color: rgb(103,104,237); }
H1.HeaderClassName
{
color: #6768ED;
}
.AnyTagClassName
{
color: #6768ED;
}
</style>
background-color css
<style>
a { background-color: #6768ED; }
a { background-color: rgb(103,104,237); }
div.DivClassName
{
background-color: #6768ED;
}
.BgClassName
{
background-color: #6768ED;
}
</style>
border-color css
<style>
span { border-color: #6768ED; }
span { border-color: rgb(103,104,237); }
td.TdClassName
{
border-color: #6768ED;
}
.TagClassName
{
border-color: #6768ED;
}
</style>