Shades of Medium Slate Blue #6953FA
Tints of Medium Slate Blue #6953FA
RGB
CMYK
RGB Variations
Color information
#6953FA (or 0x6953FA) is known color: Medium Slate Blue. HEX triplet: 69, 53 and FA. RGB value is (105,83,250). Sum of RGB (Red+Green+Blue) = 105+83+250=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6953FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953FA is #96AC05. Grayscale: #6B6B6B. Windows color (decimal): -9874438 or 16405353. OLE color: 16405353.
HSL color Cylindrical-coordinate representation of color #6953FA: hue angle of 247.9º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6953FA is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 83 | 250 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.02 |
| HSL | 247.9º | 0.94% | 0.65% | - |
| HSV(B) | 247.9º | 0.67% | 0.98% | - |
| XYZ | 26.17 | 16.09 | 92.17 | - |
| YUV | 108.62 | 207.79 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 250 | 0.58 | 0.67 | 0 | 0.02 | 247.9 | 0.94 | 0.65 |
| Hex | 69 | 53 | FA | 3A | 43 | 0 | 2 | F8 | 5E | 41 |
| Octal | 151 | 123 | 372 | 72 | 103 | 0 | 2 | 370 | 136 | 101 |
| Binary | 1101001 | 1010011 | 11111010 | 111010 | 1000011 | 0 | 10 | 11111000 | 1011110 | 1000001 |
Color Harmonies of #6953FA
Complementary color
Monochromatic Colors of #6953FA
Black with #6953FA
Text Example
Text Example
White with #6953FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953FA; }
p { color: rgb(105,83,250); }
H1.HeaderClassName
{
color: #6953FA;
}
.AnyTagClassName
{
color: #6953FA;
}
</style>
background-color css
<style>
a { background-color: #6953FA; }
a { background-color: rgb(105,83,250); }
div.DivClassName
{
background-color: #6953FA;
}
.BgClassName
{
background-color: #6953FA;
}
</style>
border-color css
<style>
span { border-color: #6953FA; }
span { border-color: rgb(105,83,250); }
td.TdClassName
{
border-color: #6953FA;
}
.TagClassName
{
border-color: #6953FA;
}
</style>