Shades of Medium Slate Blue #6168EB
Tints of Medium Slate Blue #6168EB
RGB
CMYK
RGB Variations
Color information
#6168EB (or 0x6168EB) is known color: Medium Slate Blue. HEX triplet: 61, 68 and EB. RGB value is (97,104,235). Sum of RGB (Red+Green+Blue) = 97+104+235=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #6168EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6168EB is #9E9714. Grayscale: #747474. Windows color (decimal): -10393365 or 15427681. OLE color: 15427681.
HSL color Cylindrical-coordinate representation of color #6168EB: hue angle of 236.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6168EB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 104 | 235 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.08 |
| HSL | 236.96º | 0.78% | 0.65% | - |
| HSV(B) | 236.96º | 0.59% | 0.92% | - |
| XYZ | 24.88 | 18.44 | 80.85 | - |
| YUV | 116.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 235 | 0.59 | 0.56 | 0 | 0.08 | 236.96 | 0.78 | 0.65 |
| Hex | 61 | 68 | EB | 3B | 38 | 0 | 8 | ED | 4E | 41 |
| Octal | 141 | 150 | 353 | 73 | 70 | 0 | 10 | 355 | 116 | 101 |
| Binary | 1100001 | 1101000 | 11101011 | 111011 | 111000 | 0 | 1000 | 11101101 | 1001110 | 1000001 |
Color Harmonies of #6168EB
Complementary color
Monochromatic Colors of #6168EB
Black with #6168EB
Text Example
Text Example
White with #6168EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168EB; }
p { color: rgb(97,104,235); }
H1.HeaderClassName
{
color: #6168EB;
}
.AnyTagClassName
{
color: #6168EB;
}
</style>
background-color css
<style>
a { background-color: #6168EB; }
a { background-color: rgb(97,104,235); }
div.DivClassName
{
background-color: #6168EB;
}
.BgClassName
{
background-color: #6168EB;
}
</style>
border-color css
<style>
span { border-color: #6168EB; }
span { border-color: rgb(97,104,235); }
td.TdClassName
{
border-color: #6168EB;
}
.TagClassName
{
border-color: #6168EB;
}
</style>