Shades of Medium Slate Blue #6768EE
Tints of Medium Slate Blue #6768EE
RGB
CMYK
RGB Variations
Color information
#6768EE (or 0x6768EE) is known color: Medium Slate Blue. HEX triplet: 67, 68 and EE. RGB value is (103,104,238). Sum of RGB (Red+Green+Blue) = 103+104+238=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #6768EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768EE is #989711. Grayscale: #767676. Windows color (decimal): -10000146 or 15624295. OLE color: 15624295.
HSL color Cylindrical-coordinate representation of color #6768EE: hue angle of 239.56º degrees, saturation: 0.8, 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 #6768EE is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 104 | 238 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.07 |
| HSL | 239.56º | 0.8% | 0.67% | - |
| HSV(B) | 239.56º | 0.57% | 0.93% | - |
| XYZ | 25.98 | 18.96 | 83.18 | - |
| YUV | 118.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 238 | 0.57 | 0.56 | 0 | 0.07 | 239.56 | 0.8 | 0.67 |
| Hex | 67 | 68 | EE | 39 | 38 | 0 | 7 | F0 | 50 | 43 |
| Octal | 147 | 150 | 356 | 71 | 70 | 0 | 7 | 360 | 120 | 103 |
| Binary | 1100111 | 1101000 | 11101110 | 111001 | 111000 | 0 | 111 | 11110000 | 1010000 | 1000011 |
Color Harmonies of #6768EE
Complementary color
Monochromatic Colors of #6768EE
Black with #6768EE
Text Example
Text Example
White with #6768EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768EE; }
p { color: rgb(103,104,238); }
H1.HeaderClassName
{
color: #6768EE;
}
.AnyTagClassName
{
color: #6768EE;
}
</style>
background-color css
<style>
a { background-color: #6768EE; }
a { background-color: rgb(103,104,238); }
div.DivClassName
{
background-color: #6768EE;
}
.BgClassName
{
background-color: #6768EE;
}
</style>
border-color css
<style>
span { border-color: #6768EE; }
span { border-color: rgb(103,104,238); }
td.TdClassName
{
border-color: #6768EE;
}
.TagClassName
{
border-color: #6768EE;
}
</style>