Shades of Studio #6D4FA4
Tints of Studio #6D4FA4
RGB
CMYK
RGB Variations
Color information
#6D4FA4 (or 0x6D4FA4) is known color: Studio. HEX triplet: 6D, 4F and A4. RGB value is (109,79,164). Sum of RGB (Red+Green+Blue) = 109+79+164=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FA4 is #92B05B. Grayscale: #616161. Windows color (decimal): -9613404 or 10768237. OLE color: 10768237.
HSL color Cylindrical-coordinate representation of color #6D4FA4: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4FA4 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 79 | 164 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.36 |
| HSL | 261.18º | 0.35% | 0.48% | - |
| HSV(B) | 261.18º | 0.52% | 0.64% | - |
| XYZ | 15.8 | 11.52 | 36.51 | - |
| YUV | 97.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 164 | 0.34 | 0.52 | 0 | 0.36 | 261.18 | 0.35 | 0.48 |
| Hex | 6D | 4F | A4 | 22 | 34 | 0 | 24 | 105 | 23 | 30 |
| Octal | 155 | 117 | 244 | 42 | 64 | 0 | 44 | 405 | 43 | 60 |
| Binary | 1101101 | 1001111 | 10100100 | 100010 | 110100 | 0 | 100100 | 100000101 | 100011 | 110000 |
Color Harmonies of #6D4FA4
Complementary color
Monochromatic Colors of #6D4FA4
Black with #6D4FA4
Text Example
Text Example
White with #6D4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FA4; }
p { color: rgb(109,79,164); }
H1.HeaderClassName
{
color: #6D4FA4;
}
.AnyTagClassName
{
color: #6D4FA4;
}
</style>
background-color css
<style>
a { background-color: #6D4FA4; }
a { background-color: rgb(109,79,164); }
div.DivClassName
{
background-color: #6D4FA4;
}
.BgClassName
{
background-color: #6D4FA4;
}
</style>
border-color css
<style>
span { border-color: #6D4FA4; }
span { border-color: rgb(109,79,164); }
td.TdClassName
{
border-color: #6D4FA4;
}
.TagClassName
{
border-color: #6D4FA4;
}
</style>