Shades of Medium Slate Blue #6073FE
Tints of Medium Slate Blue #6073FE
RGB
CMYK
RGB Variations
Color information
#6073FE (or 0x6073FE) is known color: Medium Slate Blue. HEX triplet: 60, 73 and FE. RGB value is (96,115,254). Sum of RGB (Red+Green+Blue) = 96+115+254=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #6073FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073FE is #9F8C01. Grayscale: #7C7C7C. Windows color (decimal): -10456066 or 16675680. OLE color: 16675680.
HSL color Cylindrical-coordinate representation of color #6073FE: hue angle of 232.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6073FE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 115 | 254 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.00 |
| HSL | 232.78º | 0.99% | 0.69% | - |
| HSV(B) | 232.78º | 0.62% | 1% | - |
| XYZ | 28.84 | 21.9 | 96.47 | - |
| YUV | 125.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 254 | 0.62 | 0.55 | 0 | 0.00 | 232.78 | 0.99 | 0.69 |
| Hex | 60 | 73 | FE | 3E | 37 | 0 | 0 | E9 | 63 | 45 |
| Octal | 140 | 163 | 376 | 76 | 67 | 0 | 0 | 351 | 143 | 105 |
| Binary | 1100000 | 1110011 | 11111110 | 111110 | 110111 | 0 | 0 | 11101001 | 1100011 | 1000101 |
Color Harmonies of #6073FE
Complementary color
Monochromatic Colors of #6073FE
Black with #6073FE
Text Example
Text Example
White with #6073FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073FE; }
p { color: rgb(96,115,254); }
H1.HeaderClassName
{
color: #6073FE;
}
.AnyTagClassName
{
color: #6073FE;
}
</style>
background-color css
<style>
a { background-color: #6073FE; }
a { background-color: rgb(96,115,254); }
div.DivClassName
{
background-color: #6073FE;
}
.BgClassName
{
background-color: #6073FE;
}
</style>
border-color css
<style>
span { border-color: #6073FE; }
span { border-color: rgb(96,115,254); }
td.TdClassName
{
border-color: #6073FE;
}
.TagClassName
{
border-color: #6073FE;
}
</style>