Shades of Studio #6E4FA4
Tints of Studio #6E4FA4
RGB
CMYK
RGB Variations
Color information
#6E4FA4 (or 0x6E4FA4) is known color: Studio. HEX triplet: 6E, 4F and A4. RGB value is (110,79,164). Sum of RGB (Red+Green+Blue) = 110+79+164=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4FA4 is #91B05B. Grayscale: #616161. Windows color (decimal): -9547868 or 10768238. OLE color: 10768238.
HSL color Cylindrical-coordinate representation of color #6E4FA4: hue angle of 261.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E4FA4 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 79 | 164 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.36 |
| HSL | 261.88º | 0.35% | 0.48% | - |
| HSV(B) | 261.88º | 0.52% | 0.64% | - |
| XYZ | 15.93 | 11.59 | 36.52 | - |
| YUV | 97.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 164 | 0.33 | 0.52 | 0 | 0.36 | 261.88 | 0.35 | 0.48 |
| Hex | 6E | 4F | A4 | 21 | 34 | 0 | 24 | 106 | 23 | 30 |
| Octal | 156 | 117 | 244 | 41 | 64 | 0 | 44 | 406 | 43 | 60 |
| Binary | 1101110 | 1001111 | 10100100 | 100001 | 110100 | 0 | 100100 | 100000110 | 100011 | 110000 |
Color Harmonies of #6E4FA4
Complementary color
Monochromatic Colors of #6E4FA4
Black with #6E4FA4
Text Example
Text Example
White with #6E4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FA4; }
p { color: rgb(110,79,164); }
H1.HeaderClassName
{
color: #6E4FA4;
}
.AnyTagClassName
{
color: #6E4FA4;
}
</style>
background-color css
<style>
a { background-color: #6E4FA4; }
a { background-color: rgb(110,79,164); }
div.DivClassName
{
background-color: #6E4FA4;
}
.BgClassName
{
background-color: #6E4FA4;
}
</style>
border-color css
<style>
span { border-color: #6E4FA4; }
span { border-color: rgb(110,79,164); }
td.TdClassName
{
border-color: #6E4FA4;
}
.TagClassName
{
border-color: #6E4FA4;
}
</style>