Shades of Medium Slate Blue #6072FE
Tints of Medium Slate Blue #6072FE
RGB
CMYK
RGB Variations
Color information
#6072FE (or 0x6072FE) is known color: Medium Slate Blue. HEX triplet: 60, 72 and FE. RGB value is (96,114,254). Sum of RGB (Red+Green+Blue) = 96+114+254=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #6072FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6072FE is #9F8D01. Grayscale: #7B7B7B. Windows color (decimal): -10456322 or 16675424. OLE color: 16675424.
HSL color Cylindrical-coordinate representation of color #6072FE: hue angle of 233.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6072FE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 114 | 254 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.00 |
| HSL | 233.16º | 0.99% | 0.69% | - |
| HSV(B) | 233.16º | 0.62% | 1% | - |
| XYZ | 28.73 | 21.68 | 96.44 | - |
| YUV | 124.58 | 201.04 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 254 | 0.62 | 0.55 | 0 | 0.00 | 233.16 | 0.99 | 0.69 |
| Hex | 60 | 72 | FE | 3E | 37 | 0 | 0 | E9 | 63 | 45 |
| Octal | 140 | 162 | 376 | 76 | 67 | 0 | 0 | 351 | 143 | 105 |
| Binary | 1100000 | 1110010 | 11111110 | 111110 | 110111 | 0 | 0 | 11101001 | 1100011 | 1000101 |
Color Harmonies of #6072FE
Complementary color
Monochromatic Colors of #6072FE
Black with #6072FE
Text Example
Text Example
White with #6072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6072FE; }
p { color: rgb(96,114,254); }
H1.HeaderClassName
{
color: #6072FE;
}
.AnyTagClassName
{
color: #6072FE;
}
</style>
background-color css
<style>
a { background-color: #6072FE; }
a { background-color: rgb(96,114,254); }
div.DivClassName
{
background-color: #6072FE;
}
.BgClassName
{
background-color: #6072FE;
}
</style>
border-color css
<style>
span { border-color: #6072FE; }
span { border-color: rgb(96,114,254); }
td.TdClassName
{
border-color: #6072FE;
}
.TagClassName
{
border-color: #6072FE;
}
</style>