Shades of Medium Slate Blue #6576E6
Tints of Medium Slate Blue #6576E6
RGB
CMYK
RGB Variations
Color information
#6576E6 (or 0x6576E6) is known color: Medium Slate Blue. HEX triplet: 65, 76 and E6. RGB value is (101,118,230). Sum of RGB (Red+Green+Blue) = 101+118+230=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #6576E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6576E6 is #9A8919. Grayscale: #7D7D7D. Windows color (decimal): -10127642 or 15103589. OLE color: 15103589.
HSL color Cylindrical-coordinate representation of color #6576E6: hue angle of 232.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6576E6 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 118 | 230 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.10 |
| HSL | 232.09º | 0.72% | 0.65% | - |
| HSV(B) | 232.09º | 0.56% | 0.9% | - |
| XYZ | 26.13 | 21.44 | 77.62 | - |
| YUV | 125.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 230 | 0.56 | 0.49 | 0 | 0.10 | 232.09 | 0.72 | 0.65 |
| Hex | 65 | 76 | E6 | 38 | 31 | 0 | A | E8 | 48 | 41 |
| Octal | 145 | 166 | 346 | 70 | 61 | 0 | 12 | 350 | 110 | 101 |
| Binary | 1100101 | 1110110 | 11100110 | 111000 | 110001 | 0 | 1010 | 11101000 | 1001000 | 1000001 |
Color Harmonies of #6576E6
Complementary color
Monochromatic Colors of #6576E6
Black with #6576E6
Text Example
Text Example
White with #6576E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576E6; }
p { color: rgb(101,118,230); }
H1.HeaderClassName
{
color: #6576E6;
}
.AnyTagClassName
{
color: #6576E6;
}
</style>
background-color css
<style>
a { background-color: #6576E6; }
a { background-color: rgb(101,118,230); }
div.DivClassName
{
background-color: #6576E6;
}
.BgClassName
{
background-color: #6576E6;
}
</style>
border-color css
<style>
span { border-color: #6576E6; }
span { border-color: rgb(101,118,230); }
td.TdClassName
{
border-color: #6576E6;
}
.TagClassName
{
border-color: #6576E6;
}
</style>