Shades of Studio #6F4AAA
Tints of Studio #6F4AAA
RGB
CMYK
RGB Variations
Color information
#6F4AAA (or 0x6F4AAA) is known color: Studio. HEX triplet: 6F, 4A and AA. RGB value is (111,74,170). Sum of RGB (Red+Green+Blue) = 111+74+170=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4AAA is #90B555. Grayscale: #5F5F5F. Windows color (decimal): -9483606 or 11160175. OLE color: 11160175.
HSL color Cylindrical-coordinate representation of color #6F4AAA: hue angle of 263.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4AAA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 74 | 170 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.33 |
| HSL | 263.13º | 0.39% | 0.48% | - |
| HSV(B) | 263.13º | 0.56% | 0.67% | - |
| XYZ | 16.26 | 11.18 | 39.33 | - |
| YUV | 96.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 170 | 0.35 | 0.56 | 0 | 0.33 | 263.13 | 0.39 | 0.48 |
| Hex | 6F | 4A | AA | 23 | 38 | 0 | 21 | 107 | 27 | 30 |
| Octal | 157 | 112 | 252 | 43 | 70 | 0 | 41 | 407 | 47 | 60 |
| Binary | 1101111 | 1001010 | 10101010 | 100011 | 111000 | 0 | 100001 | 100000111 | 100111 | 110000 |
Color Harmonies of #6F4AAA
Complementary color
Monochromatic Colors of #6F4AAA
Black with #6F4AAA
Text Example
Text Example
White with #6F4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4AAA; }
p { color: rgb(111,74,170); }
H1.HeaderClassName
{
color: #6F4AAA;
}
.AnyTagClassName
{
color: #6F4AAA;
}
</style>
background-color css
<style>
a { background-color: #6F4AAA; }
a { background-color: rgb(111,74,170); }
div.DivClassName
{
background-color: #6F4AAA;
}
.BgClassName
{
background-color: #6F4AAA;
}
</style>
border-color css
<style>
span { border-color: #6F4AAA; }
span { border-color: rgb(111,74,170); }
td.TdClassName
{
border-color: #6F4AAA;
}
.TagClassName
{
border-color: #6F4AAA;
}
</style>