Shades of Medium Slate Blue #6953EB
Tints of Medium Slate Blue #6953EB
RGB
CMYK
RGB Variations
Color information
#6953EB (or 0x6953EB) is known color: Medium Slate Blue. HEX triplet: 69, 53 and EB. RGB value is (105,83,235). Sum of RGB (Red+Green+Blue) = 105+83+235=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 83 (32.81% from 255 or 19.62% 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 #6953EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953EB is #96AC14. Grayscale: #6A6A6A. Windows color (decimal): -9874453 or 15422313. OLE color: 15422313.
HSL color Cylindrical-coordinate representation of color #6953EB: hue angle of 248.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6953EB is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 83 | 235 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.08 |
| HSL | 248.68º | 0.79% | 0.62% | - |
| HSV(B) | 248.68º | 0.65% | 0.92% | - |
| XYZ | 23.91 | 15.19 | 80.27 | - |
| YUV | 106.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 235 | 0.55 | 0.65 | 0 | 0.08 | 248.68 | 0.79 | 0.62 |
| Hex | 69 | 53 | EB | 37 | 41 | 0 | 8 | F9 | 4F | 3E |
| Octal | 151 | 123 | 353 | 67 | 101 | 0 | 10 | 371 | 117 | 76 |
| Binary | 1101001 | 1010011 | 11101011 | 110111 | 1000001 | 0 | 1000 | 11111001 | 1001111 | 111110 |
Color Harmonies of #6953EB
Complementary color
Monochromatic Colors of #6953EB
Black with #6953EB
Text Example
Text Example
White with #6953EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953EB; }
p { color: rgb(105,83,235); }
H1.HeaderClassName
{
color: #6953EB;
}
.AnyTagClassName
{
color: #6953EB;
}
</style>
background-color css
<style>
a { background-color: #6953EB; }
a { background-color: rgb(105,83,235); }
div.DivClassName
{
background-color: #6953EB;
}
.BgClassName
{
background-color: #6953EB;
}
</style>
border-color css
<style>
span { border-color: #6953EB; }
span { border-color: rgb(105,83,235); }
td.TdClassName
{
border-color: #6953EB;
}
.TagClassName
{
border-color: #6953EB;
}
</style>