Shades of Studio #6E50AC
Tints of Studio #6E50AC
RGB
CMYK
RGB Variations
Color information
#6E50AC (or 0x6E50AC) is known color: Studio. HEX triplet: 6E, 50 and AC. RGB value is (110,80,172). Sum of RGB (Red+Green+Blue) = 110+80+172=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E50AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E50AC is #91AF53. Grayscale: #636363. Windows color (decimal): -9547604 or 11292782. OLE color: 11292782.
HSL color Cylindrical-coordinate representation of color #6E50AC: hue angle of 259.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E50AC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 80 | 172 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.33 |
| HSL | 259.57º | 0.37% | 0.49% | - |
| HSV(B) | 259.57º | 0.53% | 0.67% | - |
| XYZ | 16.75 | 12.03 | 40.47 | - |
| YUV | 99.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 172 | 0.36 | 0.53 | 0 | 0.33 | 259.57 | 0.37 | 0.49 |
| Hex | 6E | 50 | AC | 24 | 35 | 0 | 21 | 104 | 25 | 31 |
| Octal | 156 | 120 | 254 | 44 | 65 | 0 | 41 | 404 | 45 | 61 |
| Binary | 1101110 | 1010000 | 10101100 | 100100 | 110101 | 0 | 100001 | 100000100 | 100101 | 110001 |
Color Harmonies of #6E50AC
Complementary color
Monochromatic Colors of #6E50AC
Black with #6E50AC
Text Example
Text Example
White with #6E50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50AC; }
p { color: rgb(110,80,172); }
H1.HeaderClassName
{
color: #6E50AC;
}
.AnyTagClassName
{
color: #6E50AC;
}
</style>
background-color css
<style>
a { background-color: #6E50AC; }
a { background-color: rgb(110,80,172); }
div.DivClassName
{
background-color: #6E50AC;
}
.BgClassName
{
background-color: #6E50AC;
}
</style>
border-color css
<style>
span { border-color: #6E50AC; }
span { border-color: rgb(110,80,172); }
td.TdClassName
{
border-color: #6E50AC;
}
.TagClassName
{
border-color: #6E50AC;
}
</style>