Shades of Studio #6F4995
Tints of Studio #6F4995
RGB
CMYK
RGB Variations
Color information
#6F4995 (or 0x6F4995) is known color: Studio. HEX triplet: 6F, 49 and 95. RGB value is (111,73,149). Sum of RGB (Red+Green+Blue) = 111+73+149=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4995 is #90B66A. Grayscale: #5C5C5C. Windows color (decimal): -9483883 or 9783663. OLE color: 9783663.
HSL color Cylindrical-coordinate representation of color #6F4995: hue angle of 270º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4995 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 73 | 149 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.42 |
| HSL | 270º | 0.34% | 0.44% | - |
| HSV(B) | 270º | 0.51% | 0.58% | - |
| XYZ | 14.36 | 10.31 | 29.67 | - |
| YUV | 93.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 149 | 0.26 | 0.51 | 0 | 0.42 | 270 | 0.34 | 0.44 |
| Hex | 6F | 49 | 95 | 1A | 33 | 0 | 2A | 10E | 22 | 2C |
| Octal | 157 | 111 | 225 | 32 | 63 | 0 | 52 | 416 | 42 | 54 |
| Binary | 1101111 | 1001001 | 10010101 | 11010 | 110011 | 0 | 101010 | 100001110 | 100010 | 101100 |
Color Harmonies of #6F4995
Complementary color
Monochromatic Colors of #6F4995
Black with #6F4995
Text Example
Text Example
White with #6F4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4995; }
p { color: rgb(111,73,149); }
H1.HeaderClassName
{
color: #6F4995;
}
.AnyTagClassName
{
color: #6F4995;
}
</style>
background-color css
<style>
a { background-color: #6F4995; }
a { background-color: rgb(111,73,149); }
div.DivClassName
{
background-color: #6F4995;
}
.BgClassName
{
background-color: #6F4995;
}
</style>
border-color css
<style>
span { border-color: #6F4995; }
span { border-color: rgb(111,73,149); }
td.TdClassName
{
border-color: #6F4995;
}
.TagClassName
{
border-color: #6F4995;
}
</style>