Shades of Medium Slate Blue #6169E5
Tints of Medium Slate Blue #6169E5
RGB
CMYK
RGB Variations
Color information
#6169E5 (or 0x6169E5) is known color: Medium Slate Blue. HEX triplet: 61, 69 and E5. RGB value is (97,105,229). Sum of RGB (Red+Green+Blue) = 97+105+229=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #6169E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6169E5 is #9E961A. Grayscale: #747474. Windows color (decimal): -10393115 or 15034721. OLE color: 15034721.
HSL color Cylindrical-coordinate representation of color #6169E5: hue angle of 236.36º degrees, saturation: 0.72, 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 #6169E5 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 105 | 229 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.10 |
| HSL | 236.36º | 0.72% | 0.64% | - |
| HSV(B) | 236.36º | 0.58% | 0.9% | - |
| XYZ | 24.12 | 18.3 | 76.39 | - |
| YUV | 116.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 229 | 0.58 | 0.54 | 0 | 0.10 | 236.36 | 0.72 | 0.64 |
| Hex | 61 | 69 | E5 | 3A | 36 | 0 | A | EC | 48 | 40 |
| Octal | 141 | 151 | 345 | 72 | 66 | 0 | 12 | 354 | 110 | 100 |
| Binary | 1100001 | 1101001 | 11100101 | 111010 | 110110 | 0 | 1010 | 11101100 | 1001000 | 1000000 |
Color Harmonies of #6169E5
Complementary color
Monochromatic Colors of #6169E5
Black with #6169E5
Text Example
Text Example
White with #6169E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6169E5; }
p { color: rgb(97,105,229); }
H1.HeaderClassName
{
color: #6169E5;
}
.AnyTagClassName
{
color: #6169E5;
}
</style>
background-color css
<style>
a { background-color: #6169E5; }
a { background-color: rgb(97,105,229); }
div.DivClassName
{
background-color: #6169E5;
}
.BgClassName
{
background-color: #6169E5;
}
</style>
border-color css
<style>
span { border-color: #6169E5; }
span { border-color: rgb(97,105,229); }
td.TdClassName
{
border-color: #6169E5;
}
.TagClassName
{
border-color: #6169E5;
}
</style>