Shades of Studio #6E4FAC
Tints of Studio #6E4FAC
RGB
CMYK
RGB Variations
Color information
#6E4FAC (or 0x6E4FAC) is known color: Studio. HEX triplet: 6E, 4F and AC. RGB value is (110,79,172). Sum of RGB (Red+Green+Blue) = 110+79+172=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E4FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4FAC is #91B053. Grayscale: #626262. Windows color (decimal): -9547860 or 11292526. OLE color: 11292526.
HSL color Cylindrical-coordinate representation of color #6E4FAC: hue angle of 260º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E4FAC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 79 | 172 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.33 |
| HSL | 260º | 0.37% | 0.49% | - |
| HSV(B) | 260º | 0.54% | 0.67% | - |
| XYZ | 16.67 | 11.89 | 40.45 | - |
| YUV | 98.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 172 | 0.36 | 0.54 | 0 | 0.33 | 260 | 0.37 | 0.49 |
| Hex | 6E | 4F | AC | 24 | 36 | 0 | 21 | 104 | 25 | 31 |
| Octal | 156 | 117 | 254 | 44 | 66 | 0 | 41 | 404 | 45 | 61 |
| Binary | 1101110 | 1001111 | 10101100 | 100100 | 110110 | 0 | 100001 | 100000100 | 100101 | 110001 |
Color Harmonies of #6E4FAC
Complementary color
Monochromatic Colors of #6E4FAC
Black with #6E4FAC
Text Example
Text Example
White with #6E4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FAC; }
p { color: rgb(110,79,172); }
H1.HeaderClassName
{
color: #6E4FAC;
}
.AnyTagClassName
{
color: #6E4FAC;
}
</style>
background-color css
<style>
a { background-color: #6E4FAC; }
a { background-color: rgb(110,79,172); }
div.DivClassName
{
background-color: #6E4FAC;
}
.BgClassName
{
background-color: #6E4FAC;
}
</style>
border-color css
<style>
span { border-color: #6E4FAC; }
span { border-color: rgb(110,79,172); }
td.TdClassName
{
border-color: #6E4FAC;
}
.TagClassName
{
border-color: #6E4FAC;
}
</style>