Shades of Medium Slate Blue #6072FA
Tints of Medium Slate Blue #6072FA
RGB
CMYK
RGB Variations
Color information
#6072FA (or 0x6072FA) is known color: Medium Slate Blue. HEX triplet: 60, 72 and FA. RGB value is (96,114,250). Sum of RGB (Red+Green+Blue) = 96+114+250=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #6072FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FA is #9F8D05. Grayscale: #7B7B7B. Windows color (decimal): -10456326 or 16413280. OLE color: 16413280.
HSL color Cylindrical-coordinate representation of color #6072FA: hue angle of 232.99º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6072FA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 114 | 250 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.02 |
| HSL | 232.99º | 0.94% | 0.68% | - |
| HSV(B) | 232.99º | 0.62% | 0.98% | - |
| XYZ | 28.1 | 21.42 | 93.1 | - |
| YUV | 124.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 250 | 0.62 | 0.54 | 0 | 0.02 | 232.99 | 0.94 | 0.68 |
| Hex | 60 | 72 | FA | 3E | 36 | 0 | 2 | E9 | 5E | 44 |
| Octal | 140 | 162 | 372 | 76 | 66 | 0 | 2 | 351 | 136 | 104 |
| Binary | 1100000 | 1110010 | 11111010 | 111110 | 110110 | 0 | 10 | 11101001 | 1011110 | 1000100 |
Color Harmonies of #6072FA
Complementary color
Monochromatic Colors of #6072FA
Black with #6072FA
Text Example
Text Example
White with #6072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072FA; }
p { color: rgb(96,114,250); }
H1.HeaderClassName
{
color: #6072FA;
}
.AnyTagClassName
{
color: #6072FA;
}
</style>
background-color css
<style>
a { background-color: #6072FA; }
a { background-color: rgb(96,114,250); }
div.DivClassName
{
background-color: #6072FA;
}
.BgClassName
{
background-color: #6072FA;
}
</style>
border-color css
<style>
span { border-color: #6072FA; }
span { border-color: rgb(96,114,250); }
td.TdClassName
{
border-color: #6072FA;
}
.TagClassName
{
border-color: #6072FA;
}
</style>