Shades of Medium Slate Blue #6073F8
Tints of Medium Slate Blue #6073F8
RGB
CMYK
RGB Variations
Color information
#6073F8 (or 0x6073F8) is known color: Medium Slate Blue. HEX triplet: 60, 73 and F8. RGB value is (96,115,248). Sum of RGB (Red+Green+Blue) = 96+115+248=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #6073F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6073F8 is #9F8C07. Grayscale: #7B7B7B. Windows color (decimal): -10456072 or 16282464. OLE color: 16282464.
HSL color Cylindrical-coordinate representation of color #6073F8: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6073F8 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 115 | 248 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.03 |
| HSL | 232.5º | 0.92% | 0.67% | - |
| HSV(B) | 232.5º | 0.61% | 0.97% | - |
| XYZ | 27.9 | 21.53 | 91.49 | - |
| YUV | 124.48 | 197.71 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 248 | 0.61 | 0.54 | 0 | 0.03 | 232.5 | 0.92 | 0.67 |
| Hex | 60 | 73 | F8 | 3D | 36 | 0 | 3 | E8 | 5C | 43 |
| Octal | 140 | 163 | 370 | 75 | 66 | 0 | 3 | 350 | 134 | 103 |
| Binary | 1100000 | 1110011 | 11111000 | 111101 | 110110 | 0 | 11 | 11101000 | 1011100 | 1000011 |
Color Harmonies of #6073F8
Complementary color
Monochromatic Colors of #6073F8
Black with #6073F8
Text Example
Text Example
White with #6073F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073F8; }
p { color: rgb(96,115,248); }
H1.HeaderClassName
{
color: #6073F8;
}
.AnyTagClassName
{
color: #6073F8;
}
</style>
background-color css
<style>
a { background-color: #6073F8; }
a { background-color: rgb(96,115,248); }
div.DivClassName
{
background-color: #6073F8;
}
.BgClassName
{
background-color: #6073F8;
}
</style>
border-color css
<style>
span { border-color: #6073F8; }
span { border-color: rgb(96,115,248); }
td.TdClassName
{
border-color: #6073F8;
}
.TagClassName
{
border-color: #6073F8;
}
</style>