Shades of Medium Slate Blue #6072FC
Tints of Medium Slate Blue #6072FC
RGB
CMYK
RGB Variations
Color information
#6072FC (or 0x6072FC) is known color: Medium Slate Blue. HEX triplet: 60, 72 and FC. RGB value is (96,114,252). Sum of RGB (Red+Green+Blue) = 96+114+252=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #6072FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FC is #9F8D03. Grayscale: #7B7B7B. Windows color (decimal): -10456324 or 16544352. OLE color: 16544352.
HSL color Cylindrical-coordinate representation of color #6072FC: hue angle of 233.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6072FC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 114 | 252 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.01 |
| HSL | 233.08º | 0.96% | 0.68% | - |
| HSV(B) | 233.08º | 0.62% | 0.99% | - |
| XYZ | 28.41 | 21.55 | 94.76 | - |
| YUV | 124.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 252 | 0.62 | 0.55 | 0 | 0.01 | 233.08 | 0.96 | 0.68 |
| Hex | 60 | 72 | FC | 3E | 37 | 0 | 1 | E9 | 60 | 44 |
| Octal | 140 | 162 | 374 | 76 | 67 | 0 | 1 | 351 | 140 | 104 |
| Binary | 1100000 | 1110010 | 11111100 | 111110 | 110111 | 0 | 1 | 11101001 | 1100000 | 1000100 |
Color Harmonies of #6072FC
Complementary color
Monochromatic Colors of #6072FC
Black with #6072FC
Text Example
Text Example
White with #6072FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072FC; }
p { color: rgb(96,114,252); }
H1.HeaderClassName
{
color: #6072FC;
}
.AnyTagClassName
{
color: #6072FC;
}
</style>
background-color css
<style>
a { background-color: #6072FC; }
a { background-color: rgb(96,114,252); }
div.DivClassName
{
background-color: #6072FC;
}
.BgClassName
{
background-color: #6072FC;
}
</style>
border-color css
<style>
span { border-color: #6072FC; }
span { border-color: rgb(96,114,252); }
td.TdClassName
{
border-color: #6072FC;
}
.TagClassName
{
border-color: #6072FC;
}
</style>