Shades of Studio #6F4B99
Tints of Studio #6F4B99
RGB
CMYK
RGB Variations
Color information
#6F4B99 (or 0x6F4B99) is known color: Studio. HEX triplet: 6F, 4B and 99. RGB value is (111,75,153). Sum of RGB (Red+Green+Blue) = 111+75+153=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4B99 is #90B466. Grayscale: #5E5E5E. Windows color (decimal): -9483367 or 10046319. OLE color: 10046319.
HSL color Cylindrical-coordinate representation of color #6F4B99: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4B99 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 75 | 153 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.4 |
| HSL | 267.69º | 0.34% | 0.45% | - |
| HSV(B) | 267.69º | 0.51% | 0.6% | - |
| XYZ | 14.82 | 10.71 | 31.42 | - |
| YUV | 94.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 153 | 0.27 | 0.51 | 0 | 0.4 | 267.69 | 0.34 | 0.45 |
| Hex | 6F | 4B | 99 | 1B | 33 | 0 | 28 | 10C | 22 | 2D |
| Octal | 157 | 113 | 231 | 33 | 63 | 0 | 50 | 414 | 42 | 55 |
| Binary | 1101111 | 1001011 | 10011001 | 11011 | 110011 | 0 | 101000 | 100001100 | 100010 | 101101 |
Color Harmonies of #6F4B99
Complementary color
Monochromatic Colors of #6F4B99
Black with #6F4B99
Text Example
Text Example
White with #6F4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B99; }
p { color: rgb(111,75,153); }
H1.HeaderClassName
{
color: #6F4B99;
}
.AnyTagClassName
{
color: #6F4B99;
}
</style>
background-color css
<style>
a { background-color: #6F4B99; }
a { background-color: rgb(111,75,153); }
div.DivClassName
{
background-color: #6F4B99;
}
.BgClassName
{
background-color: #6F4B99;
}
</style>
border-color css
<style>
span { border-color: #6F4B99; }
span { border-color: rgb(111,75,153); }
td.TdClassName
{
border-color: #6F4B99;
}
.TagClassName
{
border-color: #6F4B99;
}
</style>