Shades of Studio #6E479F
Tints of Studio #6E479F
RGB
CMYK
RGB Variations
Color information
#6E479F (or 0x6E479F) is known color: Studio. HEX triplet: 6E, 47 and 9F. RGB value is (110,71,159). Sum of RGB (Red+Green+Blue) = 110+71+159=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E479F is #91B860. Grayscale: #5C5C5C. Windows color (decimal): -9549921 or 10438510. OLE color: 10438510.
HSL color Cylindrical-coordinate representation of color #6E479F: hue angle of 266.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E479F is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 71 | 159 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.38 |
| HSL | 266.59º | 0.38% | 0.45% | - |
| HSV(B) | 266.59º | 0.55% | 0.62% | - |
| XYZ | 14.94 | 10.32 | 34.01 | - |
| YUV | 92.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 159 | 0.31 | 0.55 | 0 | 0.38 | 266.59 | 0.38 | 0.45 |
| Hex | 6E | 47 | 9F | 1F | 37 | 0 | 26 | 10B | 26 | 2D |
| Octal | 156 | 107 | 237 | 37 | 67 | 0 | 46 | 413 | 46 | 55 |
| Binary | 1101110 | 1000111 | 10011111 | 11111 | 110111 | 0 | 100110 | 100001011 | 100110 | 101101 |
Color Harmonies of #6E479F
Complementary color
Monochromatic Colors of #6E479F
Black with #6E479F
Text Example
Text Example
White with #6E479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E479F; }
p { color: rgb(110,71,159); }
H1.HeaderClassName
{
color: #6E479F;
}
.AnyTagClassName
{
color: #6E479F;
}
</style>
background-color css
<style>
a { background-color: #6E479F; }
a { background-color: rgb(110,71,159); }
div.DivClassName
{
background-color: #6E479F;
}
.BgClassName
{
background-color: #6E479F;
}
</style>
border-color css
<style>
span { border-color: #6E479F; }
span { border-color: rgb(110,71,159); }
td.TdClassName
{
border-color: #6E479F;
}
.TagClassName
{
border-color: #6E479F;
}
</style>