Shades of Studio #6F4EAA
Tints of Studio #6F4EAA
RGB
CMYK
RGB Variations
Color information
#6F4EAA (or 0x6F4EAA) is known color: Studio. HEX triplet: 6F, 4E and AA. RGB value is (111,78,170). Sum of RGB (Red+Green+Blue) = 111+78+170=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4EAA is #90B155. Grayscale: #626262. Windows color (decimal): -9482582 or 11161199. OLE color: 11161199.
HSL color Cylindrical-coordinate representation of color #6F4EAA: hue angle of 261.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F4EAA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 78 | 170 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.33 |
| HSL | 261.52º | 0.37% | 0.49% | - |
| HSV(B) | 261.52º | 0.54% | 0.67% | - |
| XYZ | 16.54 | 11.73 | 39.42 | - |
| YUV | 98.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 170 | 0.35 | 0.54 | 0 | 0.33 | 261.52 | 0.37 | 0.49 |
| Hex | 6F | 4E | AA | 23 | 36 | 0 | 21 | 106 | 25 | 31 |
| Octal | 157 | 116 | 252 | 43 | 66 | 0 | 41 | 406 | 45 | 61 |
| Binary | 1101111 | 1001110 | 10101010 | 100011 | 110110 | 0 | 100001 | 100000110 | 100101 | 110001 |
Color Harmonies of #6F4EAA
Complementary color
Monochromatic Colors of #6F4EAA
Black with #6F4EAA
Text Example
Text Example
White with #6F4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4EAA; }
p { color: rgb(111,78,170); }
H1.HeaderClassName
{
color: #6F4EAA;
}
.AnyTagClassName
{
color: #6F4EAA;
}
</style>
background-color css
<style>
a { background-color: #6F4EAA; }
a { background-color: rgb(111,78,170); }
div.DivClassName
{
background-color: #6F4EAA;
}
.BgClassName
{
background-color: #6F4EAA;
}
</style>
border-color css
<style>
span { border-color: #6F4EAA; }
span { border-color: rgb(111,78,170); }
td.TdClassName
{
border-color: #6F4EAA;
}
.TagClassName
{
border-color: #6F4EAA;
}
</style>