Shades of Medium Slate Blue #6072F9
Tints of Medium Slate Blue #6072F9
RGB
CMYK
RGB Variations
Color information
#6072F9 (or 0x6072F9) is known color: Medium Slate Blue. HEX triplet: 60, 72 and F9. RGB value is (96,114,249). Sum of RGB (Red+Green+Blue) = 96+114+249=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #6072F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072F9 is #9F8D06. Grayscale: #7B7B7B. Windows color (decimal): -10456327 or 16347744. OLE color: 16347744.
HSL color Cylindrical-coordinate representation of color #6072F9: hue angle of 232.94º 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 #6072F9 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 114 | 249 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.02 |
| HSL | 232.94º | 0.93% | 0.68% | - |
| HSV(B) | 232.94º | 0.61% | 0.98% | - |
| XYZ | 27.94 | 21.36 | 92.27 | - |
| YUV | 124.01 | 198.54 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 249 | 0.61 | 0.54 | 0 | 0.02 | 232.94 | 0.93 | 0.68 |
| Hex | 60 | 72 | F9 | 3D | 36 | 0 | 2 | E9 | 5D | 44 |
| Octal | 140 | 162 | 371 | 75 | 66 | 0 | 2 | 351 | 135 | 104 |
| Binary | 1100000 | 1110010 | 11111001 | 111101 | 110110 | 0 | 10 | 11101001 | 1011101 | 1000100 |
Color Harmonies of #6072F9
Complementary color
Monochromatic Colors of #6072F9
Black with #6072F9
Text Example
Text Example
White with #6072F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072F9; }
p { color: rgb(96,114,249); }
H1.HeaderClassName
{
color: #6072F9;
}
.AnyTagClassName
{
color: #6072F9;
}
</style>
background-color css
<style>
a { background-color: #6072F9; }
a { background-color: rgb(96,114,249); }
div.DivClassName
{
background-color: #6072F9;
}
.BgClassName
{
background-color: #6072F9;
}
</style>
border-color css
<style>
span { border-color: #6072F9; }
span { border-color: rgb(96,114,249); }
td.TdClassName
{
border-color: #6072F9;
}
.TagClassName
{
border-color: #6072F9;
}
</style>