Shades of Studio #6F4D9A
Tints of Studio #6F4D9A
RGB
CMYK
RGB Variations
Color information
#6F4D9A (or 0x6F4D9A) is known color: Studio. HEX triplet: 6F, 4D and 9A. RGB value is (111,77,154). Sum of RGB (Red+Green+Blue) = 111+77+154=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F4D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4D9A is #90B265. Grayscale: #5F5F5F. Windows color (decimal): -9482854 or 10112367. OLE color: 10112367.
HSL color Cylindrical-coordinate representation of color #6F4D9A: hue angle of 266.49º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4D9A is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 77 | 154 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.40 |
| HSL | 266.49º | 0.33% | 0.45% | - |
| HSV(B) | 266.49º | 0.5% | 0.6% | - |
| XYZ | 15.04 | 11.02 | 31.91 | - |
| YUV | 95.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 154 | 0.28 | 0.50 | 0 | 0.40 | 266.49 | 0.33 | 0.45 |
| Hex | 6F | 4D | 9A | 1C | 32 | 0 | 28 | 10A | 21 | 2D |
| Octal | 157 | 115 | 232 | 34 | 62 | 0 | 50 | 412 | 41 | 55 |
| Binary | 1101111 | 1001101 | 10011010 | 11100 | 110010 | 0 | 101000 | 100001010 | 100001 | 101101 |
Color Harmonies of #6F4D9A
Complementary color
Monochromatic Colors of #6F4D9A
Black with #6F4D9A
Text Example
Text Example
White with #6F4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D9A; }
p { color: rgb(111,77,154); }
H1.HeaderClassName
{
color: #6F4D9A;
}
.AnyTagClassName
{
color: #6F4D9A;
}
</style>
background-color css
<style>
a { background-color: #6F4D9A; }
a { background-color: rgb(111,77,154); }
div.DivClassName
{
background-color: #6F4D9A;
}
.BgClassName
{
background-color: #6F4D9A;
}
</style>
border-color css
<style>
span { border-color: #6F4D9A; }
span { border-color: rgb(111,77,154); }
td.TdClassName
{
border-color: #6F4D9A;
}
.TagClassName
{
border-color: #6F4D9A;
}
</style>