Shades of Studio #6E4F92
Tints of Studio #6E4F92
RGB
CMYK
RGB Variations
Color information
#6E4F92 (or 0x6E4F92) is known color: Studio. HEX triplet: 6E, 4F and 92. RGB value is (110,79,146). Sum of RGB (Red+Green+Blue) = 110+79+146=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E4F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4F92 is #91B06D. Grayscale: #5F5F5F. Windows color (decimal): -9547886 or 9588590. OLE color: 9588590.
HSL color Cylindrical-coordinate representation of color #6E4F92: hue angle of 267.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E4F92 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 79 | 146 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.43 |
| HSL | 267.76º | 0.3% | 0.44% | - |
| HSV(B) | 267.76º | 0.46% | 0.57% | - |
| XYZ | 14.41 | 10.98 | 28.55 | - |
| YUV | 95.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 146 | 0.25 | 0.46 | 0 | 0.43 | 267.76 | 0.3 | 0.44 |
| Hex | 6E | 4F | 92 | 19 | 2E | 0 | 2B | 10C | 1E | 2C |
| Octal | 156 | 117 | 222 | 31 | 56 | 0 | 53 | 414 | 36 | 54 |
| Binary | 1101110 | 1001111 | 10010010 | 11001 | 101110 | 0 | 101011 | 100001100 | 11110 | 101100 |
Color Harmonies of #6E4F92
Complementary color
Monochromatic Colors of #6E4F92
Black with #6E4F92
Text Example
Text Example
White with #6E4F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F92; }
p { color: rgb(110,79,146); }
H1.HeaderClassName
{
color: #6E4F92;
}
.AnyTagClassName
{
color: #6E4F92;
}
</style>
background-color css
<style>
a { background-color: #6E4F92; }
a { background-color: rgb(110,79,146); }
div.DivClassName
{
background-color: #6E4F92;
}
.BgClassName
{
background-color: #6E4F92;
}
</style>
border-color css
<style>
span { border-color: #6E4F92; }
span { border-color: rgb(110,79,146); }
td.TdClassName
{
border-color: #6E4F92;
}
.TagClassName
{
border-color: #6E4F92;
}
</style>