Shades of Medium Slate Blue #6569EC
Tints of Medium Slate Blue #6569EC
RGB
CMYK
RGB Variations
Color information
#6569EC (or 0x6569EC) is known color: Medium Slate Blue. HEX triplet: 65, 69 and EC. RGB value is (101,105,236). Sum of RGB (Red+Green+Blue) = 101+105+236=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #6569EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6569EC is #9A9613. Grayscale: #767676. Windows color (decimal): -10130964 or 15493477. OLE color: 15493477.
HSL color Cylindrical-coordinate representation of color #6569EC: hue angle of 238.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6569EC is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 105 | 236 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.07 |
| HSL | 238.22º | 0.78% | 0.66% | - |
| HSV(B) | 238.22º | 0.57% | 0.93% | - |
| XYZ | 25.56 | 18.93 | 81.66 | - |
| YUV | 118.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 236 | 0.57 | 0.56 | 0 | 0.07 | 238.22 | 0.78 | 0.66 |
| Hex | 65 | 69 | EC | 39 | 38 | 0 | 7 | EE | 4E | 42 |
| Octal | 145 | 151 | 354 | 71 | 70 | 0 | 7 | 356 | 116 | 102 |
| Binary | 1100101 | 1101001 | 11101100 | 111001 | 111000 | 0 | 111 | 11101110 | 1001110 | 1000010 |
Color Harmonies of #6569EC
Complementary color
Monochromatic Colors of #6569EC
Black with #6569EC
Text Example
Text Example
White with #6569EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569EC; }
p { color: rgb(101,105,236); }
H1.HeaderClassName
{
color: #6569EC;
}
.AnyTagClassName
{
color: #6569EC;
}
</style>
background-color css
<style>
a { background-color: #6569EC; }
a { background-color: rgb(101,105,236); }
div.DivClassName
{
background-color: #6569EC;
}
.BgClassName
{
background-color: #6569EC;
}
</style>
border-color css
<style>
span { border-color: #6569EC; }
span { border-color: rgb(101,105,236); }
td.TdClassName
{
border-color: #6569EC;
}
.TagClassName
{
border-color: #6569EC;
}
</style>