Shades of Studio #6D4FA7
Tints of Studio #6D4FA7
RGB
CMYK
RGB Variations
Color information
#6D4FA7 (or 0x6D4FA7) is known color: Studio. HEX triplet: 6D, 4F and A7. RGB value is (109,79,167). Sum of RGB (Red+Green+Blue) = 109+79+167=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D4FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FA7 is #92B058. Grayscale: #616161. Windows color (decimal): -9613401 or 10964845. OLE color: 10964845.
HSL color Cylindrical-coordinate representation of color #6D4FA7: hue angle of 260.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D4FA7 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 79 | 167 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.35 |
| HSL | 260.45º | 0.36% | 0.48% | - |
| HSV(B) | 260.45º | 0.53% | 0.65% | - |
| XYZ | 16.08 | 11.63 | 37.96 | - |
| YUV | 98 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 167 | 0.35 | 0.53 | 0 | 0.35 | 260.45 | 0.36 | 0.48 |
| Hex | 6D | 4F | A7 | 23 | 35 | 0 | 23 | 104 | 24 | 30 |
| Octal | 155 | 117 | 247 | 43 | 65 | 0 | 43 | 404 | 44 | 60 |
| Binary | 1101101 | 1001111 | 10100111 | 100011 | 110101 | 0 | 100011 | 100000100 | 100100 | 110000 |
Color Harmonies of #6D4FA7
Complementary color
Monochromatic Colors of #6D4FA7
Black with #6D4FA7
Text Example
Text Example
White with #6D4FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FA7; }
p { color: rgb(109,79,167); }
H1.HeaderClassName
{
color: #6D4FA7;
}
.AnyTagClassName
{
color: #6D4FA7;
}
</style>
background-color css
<style>
a { background-color: #6D4FA7; }
a { background-color: rgb(109,79,167); }
div.DivClassName
{
background-color: #6D4FA7;
}
.BgClassName
{
background-color: #6D4FA7;
}
</style>
border-color css
<style>
span { border-color: #6D4FA7; }
span { border-color: rgb(109,79,167); }
td.TdClassName
{
border-color: #6D4FA7;
}
.TagClassName
{
border-color: #6D4FA7;
}
</style>