Shades of Studio #6D479A
Tints of Studio #6D479A
RGB
CMYK
RGB Variations
Color information
#6D479A (or 0x6D479A) is known color: Studio. HEX triplet: 6D, 47 and 9A. RGB value is (109,71,154). Sum of RGB (Red+Green+Blue) = 109+71+154=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D479A is #92B865. Grayscale: #5B5B5B. Windows color (decimal): -9615462 or 10110829. OLE color: 10110829.
HSL color Cylindrical-coordinate representation of color #6D479A: hue angle of 267.47º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D479A is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 71 | 154 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.40 |
| HSL | 267.47º | 0.37% | 0.44% | - |
| HSV(B) | 267.47º | 0.54% | 0.6% | - |
| XYZ | 14.39 | 10.09 | 31.76 | - |
| YUV | 91.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 154 | 0.29 | 0.54 | 0 | 0.40 | 267.47 | 0.37 | 0.44 |
| Hex | 6D | 47 | 9A | 1D | 36 | 0 | 28 | 10B | 25 | 2C |
| Octal | 155 | 107 | 232 | 35 | 66 | 0 | 50 | 413 | 45 | 54 |
| Binary | 1101101 | 1000111 | 10011010 | 11101 | 110110 | 0 | 101000 | 100001011 | 100101 | 101100 |
Color Harmonies of #6D479A
Complementary color
Monochromatic Colors of #6D479A
Black with #6D479A
Text Example
Text Example
White with #6D479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D479A; }
p { color: rgb(109,71,154); }
H1.HeaderClassName
{
color: #6D479A;
}
.AnyTagClassName
{
color: #6D479A;
}
</style>
background-color css
<style>
a { background-color: #6D479A; }
a { background-color: rgb(109,71,154); }
div.DivClassName
{
background-color: #6D479A;
}
.BgClassName
{
background-color: #6D479A;
}
</style>
border-color css
<style>
span { border-color: #6D479A; }
span { border-color: rgb(109,71,154); }
td.TdClassName
{
border-color: #6D479A;
}
.TagClassName
{
border-color: #6D479A;
}
</style>