Shades of Medium Slate Blue #6164E8
Tints of Medium Slate Blue #6164E8
RGB
CMYK
RGB Variations
Color information
#6164E8 (or 0x6164E8) is known color: Medium Slate Blue. HEX triplet: 61, 64 and E8. RGB value is (97,100,232). Sum of RGB (Red+Green+Blue) = 97+100+232=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #6164E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6164E8 is #9E9B17. Grayscale: #717171. Windows color (decimal): -10394392 or 15230049. OLE color: 15230049.
HSL color Cylindrical-coordinate representation of color #6164E8: hue angle of 238.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6164E8 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 100 | 232 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.09 |
| HSL | 238.67º | 0.75% | 0.65% | - |
| HSV(B) | 238.67º | 0.58% | 0.91% | - |
| XYZ | 24.05 | 17.48 | 78.45 | - |
| YUV | 114.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 232 | 0.58 | 0.57 | 0 | 0.09 | 238.67 | 0.75 | 0.65 |
| Hex | 61 | 64 | E8 | 3A | 39 | 0 | 9 | EF | 4B | 41 |
| Octal | 141 | 144 | 350 | 72 | 71 | 0 | 11 | 357 | 113 | 101 |
| Binary | 1100001 | 1100100 | 11101000 | 111010 | 111001 | 0 | 1001 | 11101111 | 1001011 | 1000001 |
Color Harmonies of #6164E8
Complementary color
Monochromatic Colors of #6164E8
Black with #6164E8
Text Example
Text Example
White with #6164E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164E8; }
p { color: rgb(97,100,232); }
H1.HeaderClassName
{
color: #6164E8;
}
.AnyTagClassName
{
color: #6164E8;
}
</style>
background-color css
<style>
a { background-color: #6164E8; }
a { background-color: rgb(97,100,232); }
div.DivClassName
{
background-color: #6164E8;
}
.BgClassName
{
background-color: #6164E8;
}
</style>
border-color css
<style>
span { border-color: #6164E8; }
span { border-color: rgb(97,100,232); }
td.TdClassName
{
border-color: #6164E8;
}
.TagClassName
{
border-color: #6164E8;
}
</style>