Shades of Medium Slate Blue #6953F6
Tints of Medium Slate Blue #6953F6
RGB
CMYK
RGB Variations
Color information
#6953F6 (or 0x6953F6) is known color: Medium Slate Blue. HEX triplet: 69, 53 and F6. RGB value is (105,83,246). Sum of RGB (Red+Green+Blue) = 105+83+246=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #6953F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6953F6 is #96AC09. Grayscale: #6B6B6B. Windows color (decimal): -9874442 or 16143209. OLE color: 16143209.
HSL color Cylindrical-coordinate representation of color #6953F6: hue angle of 248.1º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6953F6 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 83 | 246 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.04 |
| HSL | 248.1º | 0.9% | 0.65% | - |
| HSV(B) | 248.1º | 0.66% | 0.96% | - |
| XYZ | 25.55 | 15.84 | 88.9 | - |
| YUV | 108.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 246 | 0.57 | 0.66 | 0 | 0.04 | 248.1 | 0.9 | 0.65 |
| Hex | 69 | 53 | F6 | 39 | 42 | 0 | 4 | F8 | 5A | 41 |
| Octal | 151 | 123 | 366 | 71 | 102 | 0 | 4 | 370 | 132 | 101 |
| Binary | 1101001 | 1010011 | 11110110 | 111001 | 1000010 | 0 | 100 | 11111000 | 1011010 | 1000001 |
Color Harmonies of #6953F6
Complementary color
Monochromatic Colors of #6953F6
Black with #6953F6
Text Example
Text Example
White with #6953F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953F6; }
p { color: rgb(105,83,246); }
H1.HeaderClassName
{
color: #6953F6;
}
.AnyTagClassName
{
color: #6953F6;
}
</style>
background-color css
<style>
a { background-color: #6953F6; }
a { background-color: rgb(105,83,246); }
div.DivClassName
{
background-color: #6953F6;
}
.BgClassName
{
background-color: #6953F6;
}
</style>
border-color css
<style>
span { border-color: #6953F6; }
span { border-color: rgb(105,83,246); }
td.TdClassName
{
border-color: #6953F6;
}
.TagClassName
{
border-color: #6953F6;
}
</style>