Shades of Medium Slate Blue #6169E6
Tints of Medium Slate Blue #6169E6
RGB
CMYK
RGB Variations
Color information
#6169E6 (or 0x6169E6) is known color: Medium Slate Blue. HEX triplet: 61, 69 and E6. RGB value is (97,105,230). Sum of RGB (Red+Green+Blue) = 97+105+230=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #6169E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6169E6 is #9E9619. Grayscale: #747474. Windows color (decimal): -10393114 or 15100257. OLE color: 15100257.
HSL color Cylindrical-coordinate representation of color #6169E6: hue angle of 236.39º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6169E6 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 105 | 230 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.10 |
| HSL | 236.39º | 0.73% | 0.64% | - |
| HSV(B) | 236.39º | 0.58% | 0.9% | - |
| XYZ | 24.26 | 18.36 | 77.13 | - |
| YUV | 116.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 230 | 0.58 | 0.54 | 0 | 0.10 | 236.39 | 0.73 | 0.64 |
| Hex | 61 | 69 | E6 | 3A | 36 | 0 | A | EC | 49 | 40 |
| Octal | 141 | 151 | 346 | 72 | 66 | 0 | 12 | 354 | 111 | 100 |
| Binary | 1100001 | 1101001 | 11100110 | 111010 | 110110 | 0 | 1010 | 11101100 | 1001001 | 1000000 |
Color Harmonies of #6169E6
Complementary color
Monochromatic Colors of #6169E6
Black with #6169E6
Text Example
Text Example
White with #6169E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6169E6; }
p { color: rgb(97,105,230); }
H1.HeaderClassName
{
color: #6169E6;
}
.AnyTagClassName
{
color: #6169E6;
}
</style>
background-color css
<style>
a { background-color: #6169E6; }
a { background-color: rgb(97,105,230); }
div.DivClassName
{
background-color: #6169E6;
}
.BgClassName
{
background-color: #6169E6;
}
</style>
border-color css
<style>
span { border-color: #6169E6; }
span { border-color: rgb(97,105,230); }
td.TdClassName
{
border-color: #6169E6;
}
.TagClassName
{
border-color: #6169E6;
}
</style>