Shades of Medium Slate Blue #6755EB
Tints of Medium Slate Blue #6755EB
RGB
CMYK
RGB Variations
Color information
#6755EB (or 0x6755EB) is known color: Medium Slate Blue. HEX triplet: 67, 55 and EB. RGB value is (103,85,235). Sum of RGB (Red+Green+Blue) = 103+85+235=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #6755EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755EB is #98AA14. Grayscale: #6A6A6A. Windows color (decimal): -10005013 or 15422823. OLE color: 15422823.
HSL color Cylindrical-coordinate representation of color #6755EB: hue angle of 247.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6755EB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 85 | 235 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.08 |
| HSL | 247.2º | 0.79% | 0.63% | - |
| HSV(B) | 247.2º | 0.64% | 0.92% | - |
| XYZ | 23.84 | 15.38 | 80.31 | - |
| YUV | 107.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 235 | 0.56 | 0.64 | 0 | 0.08 | 247.2 | 0.79 | 0.63 |
| Hex | 67 | 55 | EB | 38 | 40 | 0 | 8 | F7 | 4F | 3F |
| Octal | 147 | 125 | 353 | 70 | 100 | 0 | 10 | 367 | 117 | 77 |
| Binary | 1100111 | 1010101 | 11101011 | 111000 | 1000000 | 0 | 1000 | 11110111 | 1001111 | 111111 |
Color Harmonies of #6755EB
Complementary color
Monochromatic Colors of #6755EB
Black with #6755EB
Text Example
Text Example
White with #6755EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755EB; }
p { color: rgb(103,85,235); }
H1.HeaderClassName
{
color: #6755EB;
}
.AnyTagClassName
{
color: #6755EB;
}
</style>
background-color css
<style>
a { background-color: #6755EB; }
a { background-color: rgb(103,85,235); }
div.DivClassName
{
background-color: #6755EB;
}
.BgClassName
{
background-color: #6755EB;
}
</style>
border-color css
<style>
span { border-color: #6755EB; }
span { border-color: rgb(103,85,235); }
td.TdClassName
{
border-color: #6755EB;
}
.TagClassName
{
border-color: #6755EB;
}
</style>