Shades of Medium Slate Blue #6573FE
Tints of Medium Slate Blue #6573FE
RGB
CMYK
RGB Variations
Color information
#6573FE (or 0x6573FE) is known color: Medium Slate Blue. HEX triplet: 65, 73 and FE. RGB value is (101,115,254). Sum of RGB (Red+Green+Blue) = 101+115+254=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6573FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6573FE is #9A8C01. Grayscale: #7E7E7E. Windows color (decimal): -10128386 or 16675685. OLE color: 16675685.
HSL color Cylindrical-coordinate representation of color #6573FE: hue angle of 234.51º 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 #6573FE is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 115 | 254 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.00 |
| HSL | 234.51º | 0.99% | 0.7% | - |
| HSV(B) | 234.51º | 0.6% | 1% | - |
| XYZ | 29.39 | 22.18 | 96.5 | - |
| YUV | 126.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 254 | 0.60 | 0.55 | 0 | 0.00 | 234.51 | 0.99 | 0.7 |
| Hex | 65 | 73 | FE | 3C | 37 | 0 | 0 | EB | 63 | 46 |
| Octal | 145 | 163 | 376 | 74 | 67 | 0 | 0 | 353 | 143 | 106 |
| Binary | 1100101 | 1110011 | 11111110 | 111100 | 110111 | 0 | 0 | 11101011 | 1100011 | 1000110 |
Color Harmonies of #6573FE
Complementary color
Monochromatic Colors of #6573FE
Black with #6573FE
Text Example
Text Example
White with #6573FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573FE; }
p { color: rgb(101,115,254); }
H1.HeaderClassName
{
color: #6573FE;
}
.AnyTagClassName
{
color: #6573FE;
}
</style>
background-color css
<style>
a { background-color: #6573FE; }
a { background-color: rgb(101,115,254); }
div.DivClassName
{
background-color: #6573FE;
}
.BgClassName
{
background-color: #6573FE;
}
</style>
border-color css
<style>
span { border-color: #6573FE; }
span { border-color: rgb(101,115,254); }
td.TdClassName
{
border-color: #6573FE;
}
.TagClassName
{
border-color: #6573FE;
}
</style>