Shades of Studio #6F4697
Tints of Studio #6F4697
RGB
CMYK
RGB Variations
Color information
#6F4697 (or 0x6F4697) is known color: Studio. HEX triplet: 6F, 46 and 97. RGB value is (111,70,151). Sum of RGB (Red+Green+Blue) = 111+70+151=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F4697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4697 is #90B968. Grayscale: #5B5B5B. Windows color (decimal): -9484649 or 9913967. OLE color: 9913967.
HSL color Cylindrical-coordinate representation of color #6F4697: hue angle of 270.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F4697 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 70 | 151 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.41 |
| HSL | 270.37º | 0.37% | 0.43% | - |
| HSV(B) | 270.37º | 0.54% | 0.59% | - |
| XYZ | 14.33 | 9.99 | 30.45 | - |
| YUV | 91.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 151 | 0.26 | 0.54 | 0 | 0.41 | 270.37 | 0.37 | 0.43 |
| Hex | 6F | 46 | 97 | 1A | 36 | 0 | 29 | 10E | 25 | 2B |
| Octal | 157 | 106 | 227 | 32 | 66 | 0 | 51 | 416 | 45 | 53 |
| Binary | 1101111 | 1000110 | 10010111 | 11010 | 110110 | 0 | 101001 | 100001110 | 100101 | 101011 |
Color Harmonies of #6F4697
Complementary color
Monochromatic Colors of #6F4697
Black with #6F4697
Text Example
Text Example
White with #6F4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4697; }
p { color: rgb(111,70,151); }
H1.HeaderClassName
{
color: #6F4697;
}
.AnyTagClassName
{
color: #6F4697;
}
</style>
background-color css
<style>
a { background-color: #6F4697; }
a { background-color: rgb(111,70,151); }
div.DivClassName
{
background-color: #6F4697;
}
.BgClassName
{
background-color: #6F4697;
}
</style>
border-color css
<style>
span { border-color: #6F4697; }
span { border-color: rgb(111,70,151); }
td.TdClassName
{
border-color: #6F4697;
}
.TagClassName
{
border-color: #6F4697;
}
</style>