Shades of Medium Slate Blue #6956EF
Tints of Medium Slate Blue #6956EF
RGB
CMYK
RGB Variations
Color information
#6956EF (or 0x6956EF) is known color: Medium Slate Blue. HEX triplet: 69, 56 and EF. RGB value is (105,86,239). Sum of RGB (Red+Green+Blue) = 105+86+239=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #6956EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956EF is #96A910. Grayscale: #6C6C6C. Windows color (decimal): -9873681 or 15685225. OLE color: 15685225.
HSL color Cylindrical-coordinate representation of color #6956EF: hue angle of 247.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6956EF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 86 | 239 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.06 |
| HSL | 247.45º | 0.83% | 0.64% | - |
| HSV(B) | 247.45º | 0.64% | 0.94% | - |
| XYZ | 24.73 | 15.89 | 83.43 | - |
| YUV | 109.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 239 | 0.56 | 0.64 | 0 | 0.06 | 247.45 | 0.83 | 0.64 |
| Hex | 69 | 56 | EF | 38 | 40 | 0 | 6 | F7 | 53 | 40 |
| Octal | 151 | 126 | 357 | 70 | 100 | 0 | 6 | 367 | 123 | 100 |
| Binary | 1101001 | 1010110 | 11101111 | 111000 | 1000000 | 0 | 110 | 11110111 | 1010011 | 1000000 |
Color Harmonies of #6956EF
Complementary color
Monochromatic Colors of #6956EF
Black with #6956EF
Text Example
Text Example
White with #6956EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6956EF; }
p { color: rgb(105,86,239); }
H1.HeaderClassName
{
color: #6956EF;
}
.AnyTagClassName
{
color: #6956EF;
}
</style>
background-color css
<style>
a { background-color: #6956EF; }
a { background-color: rgb(105,86,239); }
div.DivClassName
{
background-color: #6956EF;
}
.BgClassName
{
background-color: #6956EF;
}
</style>
border-color css
<style>
span { border-color: #6956EF; }
span { border-color: rgb(105,86,239); }
td.TdClassName
{
border-color: #6956EF;
}
.TagClassName
{
border-color: #6956EF;
}
</style>