Shades of Studio #6A4FA6
Tints of Studio #6A4FA6
RGB
CMYK
RGB Variations
Color information
#6A4FA6 (or 0x6A4FA6) is known color: Studio. HEX triplet: 6A, 4F and A6. RGB value is (106,79,166). Sum of RGB (Red+Green+Blue) = 106+79+166=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 166 - color contains mainly: blue. Hex color #6A4FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4FA6 is #95B059. Grayscale: #606060. Windows color (decimal): -9810010 or 10899306. OLE color: 10899306.
HSL color Cylindrical-coordinate representation of color #6A4FA6: hue angle of 258.62º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A4FA6 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 79 | 166 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.35 |
| HSL | 258.62º | 0.36% | 0.48% | - |
| HSV(B) | 258.62º | 0.52% | 0.65% | - |
| XYZ | 15.62 | 11.41 | 37.46 | - |
| YUV | 96.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 166 | 0.36 | 0.52 | 0 | 0.35 | 258.62 | 0.36 | 0.48 |
| Hex | 6A | 4F | A6 | 24 | 34 | 0 | 23 | 103 | 24 | 30 |
| Octal | 152 | 117 | 246 | 44 | 64 | 0 | 43 | 403 | 44 | 60 |
| Binary | 1101010 | 1001111 | 10100110 | 100100 | 110100 | 0 | 100011 | 100000011 | 100100 | 110000 |
Color Harmonies of #6A4FA6
Complementary color
Monochromatic Colors of #6A4FA6
Black with #6A4FA6
Text Example
Text Example
White with #6A4FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4FA6; }
p { color: rgb(106,79,166); }
H1.HeaderClassName
{
color: #6A4FA6;
}
.AnyTagClassName
{
color: #6A4FA6;
}
</style>
background-color css
<style>
a { background-color: #6A4FA6; }
a { background-color: rgb(106,79,166); }
div.DivClassName
{
background-color: #6A4FA6;
}
.BgClassName
{
background-color: #6A4FA6;
}
</style>
border-color css
<style>
span { border-color: #6A4FA6; }
span { border-color: rgb(106,79,166); }
td.TdClassName
{
border-color: #6A4FA6;
}
.TagClassName
{
border-color: #6A4FA6;
}
</style>