Shades of Medium Slate Blue #6569E5
Tints of Medium Slate Blue #6569E5
RGB
CMYK
RGB Variations
Color information
#6569E5 (or 0x6569E5) is known color: Medium Slate Blue. HEX triplet: 65, 69 and E5. RGB value is (101,105,229). Sum of RGB (Red+Green+Blue) = 101+105+229=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #6569E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569E5 is #9A961A. Grayscale: #757575. Windows color (decimal): -10130971 or 15034725. OLE color: 15034725.
HSL color Cylindrical-coordinate representation of color #6569E5: hue angle of 238.12º degrees, saturation: 0.71, 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 #6569E5 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 105 | 229 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.10 |
| HSL | 238.13º | 0.71% | 0.65% | - |
| HSV(B) | 238.13º | 0.56% | 0.9% | - |
| XYZ | 24.56 | 18.53 | 76.41 | - |
| YUV | 117.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 229 | 0.56 | 0.54 | 0 | 0.10 | 238.13 | 0.71 | 0.65 |
| Hex | 65 | 69 | E5 | 38 | 36 | 0 | A | EE | 47 | 41 |
| Octal | 145 | 151 | 345 | 70 | 66 | 0 | 12 | 356 | 107 | 101 |
| Binary | 1100101 | 1101001 | 11100101 | 111000 | 110110 | 0 | 1010 | 11101110 | 1000111 | 1000001 |
Color Harmonies of #6569E5
Complementary color
Monochromatic Colors of #6569E5
Black with #6569E5
Text Example
Text Example
White with #6569E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569E5; }
p { color: rgb(101,105,229); }
H1.HeaderClassName
{
color: #6569E5;
}
.AnyTagClassName
{
color: #6569E5;
}
</style>
background-color css
<style>
a { background-color: #6569E5; }
a { background-color: rgb(101,105,229); }
div.DivClassName
{
background-color: #6569E5;
}
.BgClassName
{
background-color: #6569E5;
}
</style>
border-color css
<style>
span { border-color: #6569E5; }
span { border-color: rgb(101,105,229); }
td.TdClassName
{
border-color: #6569E5;
}
.TagClassName
{
border-color: #6569E5;
}
</style>