Shades of Studio #6F4D9D
Tints of Studio #6F4D9D
RGB
CMYK
RGB Variations
Color information
#6F4D9D (or 0x6F4D9D) is known color: Studio. HEX triplet: 6F, 4D and 9D. RGB value is (111,77,157). Sum of RGB (Red+Green+Blue) = 111+77+157=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F4D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4D9D is #90B262. Grayscale: #5F5F5F. Windows color (decimal): -9482851 or 10308975. OLE color: 10308975.
HSL color Cylindrical-coordinate representation of color #6F4D9D: hue angle of 265.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4D9D is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 77 | 157 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.38 |
| HSL | 265.5º | 0.34% | 0.46% | - |
| HSV(B) | 265.5º | 0.51% | 0.62% | - |
| XYZ | 15.3 | 11.12 | 33.24 | - |
| YUV | 96.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 157 | 0.29 | 0.51 | 0 | 0.38 | 265.5 | 0.34 | 0.46 |
| Hex | 6F | 4D | 9D | 1D | 33 | 0 | 26 | 10A | 22 | 2E |
| Octal | 157 | 115 | 235 | 35 | 63 | 0 | 46 | 412 | 42 | 56 |
| Binary | 1101111 | 1001101 | 10011101 | 11101 | 110011 | 0 | 100110 | 100001010 | 100010 | 101110 |
Color Harmonies of #6F4D9D
Complementary color
Monochromatic Colors of #6F4D9D
Black with #6F4D9D
Text Example
Text Example
White with #6F4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D9D; }
p { color: rgb(111,77,157); }
H1.HeaderClassName
{
color: #6F4D9D;
}
.AnyTagClassName
{
color: #6F4D9D;
}
</style>
background-color css
<style>
a { background-color: #6F4D9D; }
a { background-color: rgb(111,77,157); }
div.DivClassName
{
background-color: #6F4D9D;
}
.BgClassName
{
background-color: #6F4D9D;
}
</style>
border-color css
<style>
span { border-color: #6F4D9D; }
span { border-color: rgb(111,77,157); }
td.TdClassName
{
border-color: #6F4D9D;
}
.TagClassName
{
border-color: #6F4D9D;
}
</style>