Shades of Medium Slate Blue #6575FB
Tints of Medium Slate Blue #6575FB
RGB
CMYK
RGB Variations
Color information
#6575FB (or 0x6575FB) is known color: Medium Slate Blue. HEX triplet: 65, 75 and FB. RGB value is (101,117,251). Sum of RGB (Red+Green+Blue) = 101+117+251=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6575FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575FB is #9A8A04. Grayscale: #7E7E7E. Windows color (decimal): -10127877 or 16479589. OLE color: 16479589.
HSL color Cylindrical-coordinate representation of color #6575FB: hue angle of 233.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6575FB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 117 | 251 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.02 |
| HSL | 233.6º | 0.95% | 0.69% | - |
| HSV(B) | 233.6º | 0.6% | 0.98% | - |
| XYZ | 29.14 | 22.45 | 94.07 | - |
| YUV | 127.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 251 | 0.60 | 0.53 | 0 | 0.02 | 233.6 | 0.95 | 0.69 |
| Hex | 65 | 75 | FB | 3C | 35 | 0 | 2 | EA | 5F | 45 |
| Octal | 145 | 165 | 373 | 74 | 65 | 0 | 2 | 352 | 137 | 105 |
| Binary | 1100101 | 1110101 | 11111011 | 111100 | 110101 | 0 | 10 | 11101010 | 1011111 | 1000101 |
Color Harmonies of #6575FB
Complementary color
Monochromatic Colors of #6575FB
Black with #6575FB
Text Example
Text Example
White with #6575FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575FB; }
p { color: rgb(101,117,251); }
H1.HeaderClassName
{
color: #6575FB;
}
.AnyTagClassName
{
color: #6575FB;
}
</style>
background-color css
<style>
a { background-color: #6575FB; }
a { background-color: rgb(101,117,251); }
div.DivClassName
{
background-color: #6575FB;
}
.BgClassName
{
background-color: #6575FB;
}
</style>
border-color css
<style>
span { border-color: #6575FB; }
span { border-color: rgb(101,117,251); }
td.TdClassName
{
border-color: #6575FB;
}
.TagClassName
{
border-color: #6575FB;
}
</style>