Shades of Medium Slate Blue #6568EB
Tints of Medium Slate Blue #6568EB
RGB
CMYK
RGB Variations
Color information
#6568EB (or 0x6568EB) is known color: Medium Slate Blue. HEX triplet: 65, 68 and EB. RGB value is (101,104,235). Sum of RGB (Red+Green+Blue) = 101+104+235=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #6568EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6568EB is #9A9714. Grayscale: #757575. Windows color (decimal): -10131221 or 15427685. OLE color: 15427685.
HSL color Cylindrical-coordinate representation of color #6568EB: hue angle of 238.66º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6568EB is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 104 | 235 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.08 |
| HSL | 238.66º | 0.77% | 0.66% | - |
| HSV(B) | 238.66º | 0.57% | 0.92% | - |
| XYZ | 25.31 | 18.67 | 80.87 | - |
| YUV | 118.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 235 | 0.57 | 0.56 | 0 | 0.08 | 238.66 | 0.77 | 0.66 |
| Hex | 65 | 68 | EB | 39 | 38 | 0 | 8 | EF | 4D | 42 |
| Octal | 145 | 150 | 353 | 71 | 70 | 0 | 10 | 357 | 115 | 102 |
| Binary | 1100101 | 1101000 | 11101011 | 111001 | 111000 | 0 | 1000 | 11101111 | 1001101 | 1000010 |
Color Harmonies of #6568EB
Complementary color
Monochromatic Colors of #6568EB
Black with #6568EB
Text Example
Text Example
White with #6568EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568EB; }
p { color: rgb(101,104,235); }
H1.HeaderClassName
{
color: #6568EB;
}
.AnyTagClassName
{
color: #6568EB;
}
</style>
background-color css
<style>
a { background-color: #6568EB; }
a { background-color: rgb(101,104,235); }
div.DivClassName
{
background-color: #6568EB;
}
.BgClassName
{
background-color: #6568EB;
}
</style>
border-color css
<style>
span { border-color: #6568EB; }
span { border-color: rgb(101,104,235); }
td.TdClassName
{
border-color: #6568EB;
}
.TagClassName
{
border-color: #6568EB;
}
</style>