Shades of Medium Slate Blue #6072FB
Tints of Medium Slate Blue #6072FB
RGB
CMYK
RGB Variations
Color information
#6072FB (or 0x6072FB) is known color: Medium Slate Blue. HEX triplet: 60, 72 and FB. RGB value is (96,114,251). Sum of RGB (Red+Green+Blue) = 96+114+251=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #6072FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FB is #9F8D04. Grayscale: #7B7B7B. Windows color (decimal): -10456325 or 16478816. OLE color: 16478816.
HSL color Cylindrical-coordinate representation of color #6072FB: hue angle of 233.03º degrees, saturation: 0.95, 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 #6072FB is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 114 | 251 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.02 |
| HSL | 233.03º | 0.95% | 0.68% | - |
| HSV(B) | 233.03º | 0.62% | 0.98% | - |
| XYZ | 28.25 | 21.49 | 93.92 | - |
| YUV | 124.24 | 199.54 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 251 | 0.62 | 0.55 | 0 | 0.02 | 233.03 | 0.95 | 0.68 |
| Hex | 60 | 72 | FB | 3E | 37 | 0 | 2 | E9 | 5F | 44 |
| Octal | 140 | 162 | 373 | 76 | 67 | 0 | 2 | 351 | 137 | 104 |
| Binary | 1100000 | 1110010 | 11111011 | 111110 | 110111 | 0 | 10 | 11101001 | 1011111 | 1000100 |
Color Harmonies of #6072FB
Complementary color
Monochromatic Colors of #6072FB
Black with #6072FB
Text Example
Text Example
White with #6072FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072FB; }
p { color: rgb(96,114,251); }
H1.HeaderClassName
{
color: #6072FB;
}
.AnyTagClassName
{
color: #6072FB;
}
</style>
background-color css
<style>
a { background-color: #6072FB; }
a { background-color: rgb(96,114,251); }
div.DivClassName
{
background-color: #6072FB;
}
.BgClassName
{
background-color: #6072FB;
}
</style>
border-color css
<style>
span { border-color: #6072FB; }
span { border-color: rgb(96,114,251); }
td.TdClassName
{
border-color: #6072FB;
}
.TagClassName
{
border-color: #6072FB;
}
</style>