Shades of Medium Slate Blue #6957EA
Tints of Medium Slate Blue #6957EA
RGB
CMYK
RGB Variations
Color information
#6957EA (or 0x6957EA) is known color: Medium Slate Blue. HEX triplet: 69, 57 and EA. RGB value is (105,87,234). Sum of RGB (Red+Green+Blue) = 105+87+234=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #6957EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6957EA is #96A815. Grayscale: #6C6C6C. Windows color (decimal): -9873430 or 15357801. OLE color: 15357801.
HSL color Cylindrical-coordinate representation of color #6957EA: hue angle of 247.35º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6957EA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 87 | 234 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.08 |
| HSL | 247.35º | 0.78% | 0.63% | - |
| HSV(B) | 247.35º | 0.63% | 0.92% | - |
| XYZ | 24.09 | 15.76 | 79.61 | - |
| YUV | 109.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 234 | 0.55 | 0.63 | 0 | 0.08 | 247.35 | 0.78 | 0.63 |
| Hex | 69 | 57 | EA | 37 | 3F | 0 | 8 | F7 | 4E | 3F |
| Octal | 151 | 127 | 352 | 67 | 77 | 0 | 10 | 367 | 116 | 77 |
| Binary | 1101001 | 1010111 | 11101010 | 110111 | 111111 | 0 | 1000 | 11110111 | 1001110 | 111111 |
Color Harmonies of #6957EA
Complementary color
Monochromatic Colors of #6957EA
Black with #6957EA
Text Example
Text Example
White with #6957EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957EA; }
p { color: rgb(105,87,234); }
H1.HeaderClassName
{
color: #6957EA;
}
.AnyTagClassName
{
color: #6957EA;
}
</style>
background-color css
<style>
a { background-color: #6957EA; }
a { background-color: rgb(105,87,234); }
div.DivClassName
{
background-color: #6957EA;
}
.BgClassName
{
background-color: #6957EA;
}
</style>
border-color css
<style>
span { border-color: #6957EA; }
span { border-color: rgb(105,87,234); }
td.TdClassName
{
border-color: #6957EA;
}
.TagClassName
{
border-color: #6957EA;
}
</style>