Shades of Medium Slate Blue #6865EB
Tints of Medium Slate Blue #6865EB
RGB
CMYK
RGB Variations
Color information
#6865EB (or 0x6865EB) is known color: Medium Slate Blue. HEX triplet: 68, 65 and EB. RGB value is (104,101,235). Sum of RGB (Red+Green+Blue) = 104+101+235=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 101 (39.84% from 255 or 22.95% 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 #6865EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865EB is #979A14. Grayscale: #747474. Windows color (decimal): -9935381 or 15426920. OLE color: 15426920.
HSL color Cylindrical-coordinate representation of color #6865EB: hue angle of 241.34º 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 #6865EB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 101 | 235 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.08 |
| HSL | 241.34º | 0.77% | 0.66% | - |
| HSV(B) | 241.34º | 0.57% | 0.92% | - |
| XYZ | 25.36 | 18.25 | 80.78 | - |
| YUV | 117.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 235 | 0.56 | 0.57 | 0 | 0.08 | 241.34 | 0.77 | 0.66 |
| Hex | 68 | 65 | EB | 38 | 39 | 0 | 8 | F1 | 4D | 42 |
| Octal | 150 | 145 | 353 | 70 | 71 | 0 | 10 | 361 | 115 | 102 |
| Binary | 1101000 | 1100101 | 11101011 | 111000 | 111001 | 0 | 1000 | 11110001 | 1001101 | 1000010 |
Color Harmonies of #6865EB
Complementary color
Monochromatic Colors of #6865EB
Black with #6865EB
Text Example
Text Example
White with #6865EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865EB; }
p { color: rgb(104,101,235); }
H1.HeaderClassName
{
color: #6865EB;
}
.AnyTagClassName
{
color: #6865EB;
}
</style>
background-color css
<style>
a { background-color: #6865EB; }
a { background-color: rgb(104,101,235); }
div.DivClassName
{
background-color: #6865EB;
}
.BgClassName
{
background-color: #6865EB;
}
</style>
border-color css
<style>
span { border-color: #6865EB; }
span { border-color: rgb(104,101,235); }
td.TdClassName
{
border-color: #6865EB;
}
.TagClassName
{
border-color: #6865EB;
}
</style>