Shades of Medium Slate Blue #6072F6
Tints of Medium Slate Blue #6072F6
RGB
CMYK
RGB Variations
Color information
#6072F6 (or 0x6072F6) is known color: Medium Slate Blue. HEX triplet: 60, 72 and F6. RGB value is (96,114,246). Sum of RGB (Red+Green+Blue) = 96+114+246=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #6072F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072F6 is #9F8D09. Grayscale: #7B7B7B. Windows color (decimal): -10456330 or 16151136. OLE color: 16151136.
HSL color Cylindrical-coordinate representation of color #6072F6: hue angle of 232.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6072F6 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 114 | 246 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.04 |
| HSL | 232.8º | 0.89% | 0.67% | - |
| HSV(B) | 232.8º | 0.61% | 0.96% | - |
| XYZ | 27.48 | 21.18 | 89.83 | - |
| YUV | 123.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 246 | 0.61 | 0.54 | 0 | 0.04 | 232.8 | 0.89 | 0.67 |
| Hex | 60 | 72 | F6 | 3D | 36 | 0 | 4 | E9 | 59 | 43 |
| Octal | 140 | 162 | 366 | 75 | 66 | 0 | 4 | 351 | 131 | 103 |
| Binary | 1100000 | 1110010 | 11110110 | 111101 | 110110 | 0 | 100 | 11101001 | 1011001 | 1000011 |
Color Harmonies of #6072F6
Complementary color
Monochromatic Colors of #6072F6
Black with #6072F6
Text Example
Text Example
White with #6072F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072F6; }
p { color: rgb(96,114,246); }
H1.HeaderClassName
{
color: #6072F6;
}
.AnyTagClassName
{
color: #6072F6;
}
</style>
background-color css
<style>
a { background-color: #6072F6; }
a { background-color: rgb(96,114,246); }
div.DivClassName
{
background-color: #6072F6;
}
.BgClassName
{
background-color: #6072F6;
}
</style>
border-color css
<style>
span { border-color: #6072F6; }
span { border-color: rgb(96,114,246); }
td.TdClassName
{
border-color: #6072F6;
}
.TagClassName
{
border-color: #6072F6;
}
</style>