Shades of Medium Slate Blue #6568E6
Tints of Medium Slate Blue #6568E6
RGB
CMYK
RGB Variations
Color information
#6568E6 (or 0x6568E6) is known color: Medium Slate Blue. HEX triplet: 65, 68 and E6. RGB value is (101,104,230). Sum of RGB (Red+Green+Blue) = 101+104+230=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #6568E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6568E6 is #9A9719. Grayscale: #747474. Windows color (decimal): -10131226 or 15100005. OLE color: 15100005.
HSL color Cylindrical-coordinate representation of color #6568E6: hue angle of 238.6º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6568E6 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 104 | 230 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.10 |
| HSL | 238.6º | 0.72% | 0.65% | - |
| HSV(B) | 238.6º | 0.56% | 0.9% | - |
| XYZ | 24.6 | 18.38 | 77.11 | - |
| YUV | 117.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 230 | 0.56 | 0.55 | 0 | 0.10 | 238.6 | 0.72 | 0.65 |
| Hex | 65 | 68 | E6 | 38 | 37 | 0 | A | EF | 48 | 41 |
| Octal | 145 | 150 | 346 | 70 | 67 | 0 | 12 | 357 | 110 | 101 |
| Binary | 1100101 | 1101000 | 11100110 | 111000 | 110111 | 0 | 1010 | 11101111 | 1001000 | 1000001 |
Color Harmonies of #6568E6
Complementary color
Monochromatic Colors of #6568E6
Black with #6568E6
Text Example
Text Example
White with #6568E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568E6; }
p { color: rgb(101,104,230); }
H1.HeaderClassName
{
color: #6568E6;
}
.AnyTagClassName
{
color: #6568E6;
}
</style>
background-color css
<style>
a { background-color: #6568E6; }
a { background-color: rgb(101,104,230); }
div.DivClassName
{
background-color: #6568E6;
}
.BgClassName
{
background-color: #6568E6;
}
</style>
border-color css
<style>
span { border-color: #6568E6; }
span { border-color: rgb(101,104,230); }
td.TdClassName
{
border-color: #6568E6;
}
.TagClassName
{
border-color: #6568E6;
}
</style>