Shades of Medium Slate Blue #6566EA
Tints of Medium Slate Blue #6566EA
RGB
CMYK
RGB Variations
Color information
#6566EA (or 0x6566EA) is known color: Medium Slate Blue. HEX triplet: 65, 66 and EA. RGB value is (101,102,234). Sum of RGB (Red+Green+Blue) = 101+102+234=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6566EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6566EA is #9A9915. Grayscale: #747474. Windows color (decimal): -10131734 or 15361637. OLE color: 15361637.
HSL color Cylindrical-coordinate representation of color #6566EA: hue angle of 239.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6566EA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 102 | 234 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.08 |
| HSL | 239.55º | 0.76% | 0.66% | - |
| HSV(B) | 239.55º | 0.57% | 0.92% | - |
| XYZ | 24.97 | 18.21 | 80.04 | - |
| YUV | 116.75 | 194.17 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 234 | 0.57 | 0.56 | 0 | 0.08 | 239.55 | 0.76 | 0.66 |
| Hex | 65 | 66 | EA | 39 | 38 | 0 | 8 | F0 | 4C | 42 |
| Octal | 145 | 146 | 352 | 71 | 70 | 0 | 10 | 360 | 114 | 102 |
| Binary | 1100101 | 1100110 | 11101010 | 111001 | 111000 | 0 | 1000 | 11110000 | 1001100 | 1000010 |
Color Harmonies of #6566EA
Complementary color
Monochromatic Colors of #6566EA
Black with #6566EA
Text Example
Text Example
White with #6566EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566EA; }
p { color: rgb(101,102,234); }
H1.HeaderClassName
{
color: #6566EA;
}
.AnyTagClassName
{
color: #6566EA;
}
</style>
background-color css
<style>
a { background-color: #6566EA; }
a { background-color: rgb(101,102,234); }
div.DivClassName
{
background-color: #6566EA;
}
.BgClassName
{
background-color: #6566EA;
}
</style>
border-color css
<style>
span { border-color: #6566EA; }
span { border-color: rgb(101,102,234); }
td.TdClassName
{
border-color: #6566EA;
}
.TagClassName
{
border-color: #6566EA;
}
</style>