Shades of Medium Slate Blue #6073FD
Tints of Medium Slate Blue #6073FD
RGB
CMYK
RGB Variations
Color information
#6073FD (or 0x6073FD) is known color: Medium Slate Blue. HEX triplet: 60, 73 and FD. RGB value is (96,115,253). Sum of RGB (Red+Green+Blue) = 96+115+253=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #6073FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073FD is #9F8C02. Grayscale: #7C7C7C. Windows color (decimal): -10456067 or 16610144. OLE color: 16610144.
HSL color Cylindrical-coordinate representation of color #6073FD: hue angle of 232.74º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6073FD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 115 | 253 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.01 |
| HSL | 232.74º | 0.98% | 0.68% | - |
| HSV(B) | 232.74º | 0.62% | 0.99% | - |
| XYZ | 28.68 | 21.84 | 95.63 | - |
| YUV | 125.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 253 | 0.62 | 0.55 | 0 | 0.01 | 232.74 | 0.98 | 0.68 |
| Hex | 60 | 73 | FD | 3E | 37 | 0 | 1 | E9 | 62 | 44 |
| Octal | 140 | 163 | 375 | 76 | 67 | 0 | 1 | 351 | 142 | 104 |
| Binary | 1100000 | 1110011 | 11111101 | 111110 | 110111 | 0 | 1 | 11101001 | 1100010 | 1000100 |
Color Harmonies of #6073FD
Complementary color
Monochromatic Colors of #6073FD
Black with #6073FD
Text Example
Text Example
White with #6073FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073FD; }
p { color: rgb(96,115,253); }
H1.HeaderClassName
{
color: #6073FD;
}
.AnyTagClassName
{
color: #6073FD;
}
</style>
background-color css
<style>
a { background-color: #6073FD; }
a { background-color: rgb(96,115,253); }
div.DivClassName
{
background-color: #6073FD;
}
.BgClassName
{
background-color: #6073FD;
}
</style>
border-color css
<style>
span { border-color: #6073FD; }
span { border-color: rgb(96,115,253); }
td.TdClassName
{
border-color: #6073FD;
}
.TagClassName
{
border-color: #6073FD;
}
</style>