Shades of Studio #6F4E9A
Tints of Studio #6F4E9A
RGB
CMYK
RGB Variations
Color information
#6F4E9A (or 0x6F4E9A) is known color: Studio. HEX triplet: 6F, 4E and 9A. RGB value is (111,78,154). Sum of RGB (Red+Green+Blue) = 111+78+154=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F4E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4E9A is #90B165. Grayscale: #606060. Windows color (decimal): -9482598 or 10112623. OLE color: 10112623.
HSL color Cylindrical-coordinate representation of color #6F4E9A: hue angle of 266.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4E9A is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 78 | 154 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.40 |
| HSL | 266.05º | 0.33% | 0.45% | - |
| HSV(B) | 266.05º | 0.49% | 0.6% | - |
| XYZ | 15.11 | 11.16 | 31.93 | - |
| YUV | 96.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 154 | 0.28 | 0.49 | 0 | 0.40 | 266.05 | 0.33 | 0.45 |
| Hex | 6F | 4E | 9A | 1C | 31 | 0 | 28 | 10A | 21 | 2D |
| Octal | 157 | 116 | 232 | 34 | 61 | 0 | 50 | 412 | 41 | 55 |
| Binary | 1101111 | 1001110 | 10011010 | 11100 | 110001 | 0 | 101000 | 100001010 | 100001 | 101101 |
Color Harmonies of #6F4E9A
Complementary color
Monochromatic Colors of #6F4E9A
Black with #6F4E9A
Text Example
Text Example
White with #6F4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E9A; }
p { color: rgb(111,78,154); }
H1.HeaderClassName
{
color: #6F4E9A;
}
.AnyTagClassName
{
color: #6F4E9A;
}
</style>
background-color css
<style>
a { background-color: #6F4E9A; }
a { background-color: rgb(111,78,154); }
div.DivClassName
{
background-color: #6F4E9A;
}
.BgClassName
{
background-color: #6F4E9A;
}
</style>
border-color css
<style>
span { border-color: #6F4E9A; }
span { border-color: rgb(111,78,154); }
td.TdClassName
{
border-color: #6F4E9A;
}
.TagClassName
{
border-color: #6F4E9A;
}
</style>