Shades of Medium Slate Blue #6566FE
Tints of Medium Slate Blue #6566FE
RGB
CMYK
RGB Variations
Color information
#6566FE (or 0x6566FE) is known color: Medium Slate Blue. HEX triplet: 65, 66 and FE. RGB value is (101,102,254). Sum of RGB (Red+Green+Blue) = 101+102+254=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #6566FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6566FE is #9A9901. Grayscale: #767676. Windows color (decimal): -10131714 or 16672357. OLE color: 16672357.
HSL color Cylindrical-coordinate representation of color #6566FE: hue angle of 239.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6566FE is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 102 | 254 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.00 |
| HSL | 239.61º | 0.99% | 0.7% | - |
| HSV(B) | 239.61º | 0.6% | 1% | - |
| XYZ | 28.01 | 19.43 | 96.04 | - |
| YUV | 119.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 254 | 0.60 | 0.60 | 0 | 0.00 | 239.61 | 0.99 | 0.7 |
| Hex | 65 | 66 | FE | 3C | 3C | 0 | 0 | F0 | 63 | 46 |
| Octal | 145 | 146 | 376 | 74 | 74 | 0 | 0 | 360 | 143 | 106 |
| Binary | 1100101 | 1100110 | 11111110 | 111100 | 111100 | 0 | 0 | 11110000 | 1100011 | 1000110 |
Color Harmonies of #6566FE
Complementary color
Monochromatic Colors of #6566FE
Black with #6566FE
Text Example
Text Example
White with #6566FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566FE; }
p { color: rgb(101,102,254); }
H1.HeaderClassName
{
color: #6566FE;
}
.AnyTagClassName
{
color: #6566FE;
}
</style>
background-color css
<style>
a { background-color: #6566FE; }
a { background-color: rgb(101,102,254); }
div.DivClassName
{
background-color: #6566FE;
}
.BgClassName
{
background-color: #6566FE;
}
</style>
border-color css
<style>
span { border-color: #6566FE; }
span { border-color: rgb(101,102,254); }
td.TdClassName
{
border-color: #6566FE;
}
.TagClassName
{
border-color: #6566FE;
}
</style>