Shades of Medium Slate Blue #6575FD
Tints of Medium Slate Blue #6575FD
RGB
CMYK
RGB Variations
Color information
#6575FD (or 0x6575FD) is known color: Medium Slate Blue. HEX triplet: 65, 75 and FD. RGB value is (101,117,253). Sum of RGB (Red+Green+Blue) = 101+117+253=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #6575FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575FD is #9A8A02. Grayscale: #7F7F7F. Windows color (decimal): -10127875 or 16610661. OLE color: 16610661.
HSL color Cylindrical-coordinate representation of color #6575FD: hue angle of 233.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6575FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 117 | 253 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.01 |
| HSL | 233.68º | 0.97% | 0.69% | - |
| HSV(B) | 233.68º | 0.6% | 0.99% | - |
| XYZ | 29.46 | 22.58 | 95.73 | - |
| YUV | 127.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 253 | 0.60 | 0.54 | 0 | 0.01 | 233.68 | 0.97 | 0.69 |
| Hex | 65 | 75 | FD | 3C | 36 | 0 | 1 | EA | 61 | 45 |
| Octal | 145 | 165 | 375 | 74 | 66 | 0 | 1 | 352 | 141 | 105 |
| Binary | 1100101 | 1110101 | 11111101 | 111100 | 110110 | 0 | 1 | 11101010 | 1100001 | 1000101 |
Color Harmonies of #6575FD
Complementary color
Monochromatic Colors of #6575FD
Black with #6575FD
Text Example
Text Example
White with #6575FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575FD; }
p { color: rgb(101,117,253); }
H1.HeaderClassName
{
color: #6575FD;
}
.AnyTagClassName
{
color: #6575FD;
}
</style>
background-color css
<style>
a { background-color: #6575FD; }
a { background-color: rgb(101,117,253); }
div.DivClassName
{
background-color: #6575FD;
}
.BgClassName
{
background-color: #6575FD;
}
</style>
border-color css
<style>
span { border-color: #6575FD; }
span { border-color: rgb(101,117,253); }
td.TdClassName
{
border-color: #6575FD;
}
.TagClassName
{
border-color: #6575FD;
}
</style>