Shades of Medium Slate Blue #6572FF
Tints of Medium Slate Blue #6572FF
RGB
CMYK
RGB Variations
Color information
#6572FF (or 0x6572FF) is known color: Medium Slate Blue. HEX triplet: 65, 72 and FF. RGB value is (101,114,255). Sum of RGB (Red+Green+Blue) = 101+114+255=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #6572FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6572FF is #9A8D00. Grayscale: #7D7D7D. Windows color (decimal): -10128641 or 16740965. OLE color: 16740965.
HSL color Cylindrical-coordinate representation of color #6572FF: hue angle of 234.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6572FF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 114 | 255 | - |
| CMYK | 0.60 | 0.55 | 0 | 0 |
| HSL | 234.94º | 1% | 0.7% | - |
| HSV(B) | 234.94º | 0.6% | 1% | - |
| XYZ | 29.43 | 22.02 | 97.31 | - |
| YUV | 126.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 255 | 0.60 | 0.55 | 0 | 0 | 234.94 | 1 | 0.7 |
| Hex | 65 | 72 | FF | 3C | 37 | 0 | 0 | EB | 64 | 46 |
| Octal | 145 | 162 | 377 | 74 | 67 | 0 | 0 | 353 | 144 | 106 |
| Binary | 1100101 | 1110010 | 11111111 | 111100 | 110111 | 0 | 0 | 11101011 | 1100100 | 1000110 |
Color Harmonies of #6572FF
Complementary color
Monochromatic Colors of #6572FF
Black with #6572FF
Text Example
Text Example
White with #6572FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572FF; }
p { color: rgb(101,114,255); }
H1.HeaderClassName
{
color: #6572FF;
}
.AnyTagClassName
{
color: #6572FF;
}
</style>
background-color css
<style>
a { background-color: #6572FF; }
a { background-color: rgb(101,114,255); }
div.DivClassName
{
background-color: #6572FF;
}
.BgClassName
{
background-color: #6572FF;
}
</style>
border-color css
<style>
span { border-color: #6572FF; }
span { border-color: rgb(101,114,255); }
td.TdClassName
{
border-color: #6572FF;
}
.TagClassName
{
border-color: #6572FF;
}
</style>