Shades of Medium Slate Blue #6956FA
Tints of Medium Slate Blue #6956FA
RGB
CMYK
RGB Variations
Color information
#6956FA (or 0x6956FA) is known color: Medium Slate Blue. HEX triplet: 69, 56 and FA. RGB value is (105,86,250). Sum of RGB (Red+Green+Blue) = 105+86+250=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #6956FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956FA is #96A905. Grayscale: #6D6D6D. Windows color (decimal): -9873670 or 16406121. OLE color: 16406121.
HSL color Cylindrical-coordinate representation of color #6956FA: hue angle of 246.95º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6956FA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 86 | 250 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.02 |
| HSL | 246.95º | 0.94% | 0.66% | - |
| HSV(B) | 246.95º | 0.66% | 0.98% | - |
| XYZ | 26.41 | 16.56 | 92.25 | - |
| YUV | 110.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 250 | 0.58 | 0.66 | 0 | 0.02 | 246.95 | 0.94 | 0.66 |
| Hex | 69 | 56 | FA | 3A | 42 | 0 | 2 | F7 | 5E | 42 |
| Octal | 151 | 126 | 372 | 72 | 102 | 0 | 2 | 367 | 136 | 102 |
| Binary | 1101001 | 1010110 | 11111010 | 111010 | 1000010 | 0 | 10 | 11110111 | 1011110 | 1000010 |
Color Harmonies of #6956FA
Complementary color
Monochromatic Colors of #6956FA
Black with #6956FA
Text Example
Text Example
White with #6956FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6956FA; }
p { color: rgb(105,86,250); }
H1.HeaderClassName
{
color: #6956FA;
}
.AnyTagClassName
{
color: #6956FA;
}
</style>
background-color css
<style>
a { background-color: #6956FA; }
a { background-color: rgb(105,86,250); }
div.DivClassName
{
background-color: #6956FA;
}
.BgClassName
{
background-color: #6956FA;
}
</style>
border-color css
<style>
span { border-color: #6956FA; }
span { border-color: rgb(105,86,250); }
td.TdClassName
{
border-color: #6956FA;
}
.TagClassName
{
border-color: #6956FA;
}
</style>