Shades of Medium Slate Blue #6073F9
Tints of Medium Slate Blue #6073F9
RGB
CMYK
RGB Variations
Color information
#6073F9 (or 0x6073F9) is known color: Medium Slate Blue. HEX triplet: 60, 73 and F9. RGB value is (96,115,249). Sum of RGB (Red+Green+Blue) = 96+115+249=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #6073F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073F9 is #9F8C06. Grayscale: #7C7C7C. Windows color (decimal): -10456071 or 16348000. OLE color: 16348000.
HSL color Cylindrical-coordinate representation of color #6073F9: hue angle of 232.55º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6073F9 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 115 | 249 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.02 |
| HSL | 232.55º | 0.93% | 0.68% | - |
| HSV(B) | 232.55º | 0.61% | 0.98% | - |
| XYZ | 28.05 | 21.59 | 92.31 | - |
| YUV | 124.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 249 | 0.61 | 0.54 | 0 | 0.02 | 232.55 | 0.93 | 0.68 |
| Hex | 60 | 73 | F9 | 3D | 36 | 0 | 2 | E9 | 5D | 44 |
| Octal | 140 | 163 | 371 | 75 | 66 | 0 | 2 | 351 | 135 | 104 |
| Binary | 1100000 | 1110011 | 11111001 | 111101 | 110110 | 0 | 10 | 11101001 | 1011101 | 1000100 |
Color Harmonies of #6073F9
Complementary color
Monochromatic Colors of #6073F9
Black with #6073F9
Text Example
Text Example
White with #6073F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073F9; }
p { color: rgb(96,115,249); }
H1.HeaderClassName
{
color: #6073F9;
}
.AnyTagClassName
{
color: #6073F9;
}
</style>
background-color css
<style>
a { background-color: #6073F9; }
a { background-color: rgb(96,115,249); }
div.DivClassName
{
background-color: #6073F9;
}
.BgClassName
{
background-color: #6073F9;
}
</style>
border-color css
<style>
span { border-color: #6073F9; }
span { border-color: rgb(96,115,249); }
td.TdClassName
{
border-color: #6073F9;
}
.TagClassName
{
border-color: #6073F9;
}
</style>