Shades of Studio #6F4893
Tints of Studio #6F4893
RGB
CMYK
RGB Variations
Color information
#6F4893 (or 0x6F4893) is known color: Studio. HEX triplet: 6F, 48 and 93. RGB value is (111,72,147). Sum of RGB (Red+Green+Blue) = 111+72+147=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4893 is #90B76C. Grayscale: #5B5B5B. Windows color (decimal): -9484141 or 9652335. OLE color: 9652335.
HSL color Cylindrical-coordinate representation of color #6F4893: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4893 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 72 | 147 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.42 |
| HSL | 271.2º | 0.34% | 0.43% | - |
| HSV(B) | 271.2º | 0.51% | 0.58% | - |
| XYZ | 14.14 | 10.12 | 28.81 | - |
| YUV | 92.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 147 | 0.24 | 0.51 | 0 | 0.42 | 271.2 | 0.34 | 0.43 |
| Hex | 6F | 48 | 93 | 18 | 33 | 0 | 2A | 10F | 22 | 2B |
| Octal | 157 | 110 | 223 | 30 | 63 | 0 | 52 | 417 | 42 | 53 |
| Binary | 1101111 | 1001000 | 10010011 | 11000 | 110011 | 0 | 101010 | 100001111 | 100010 | 101011 |
Color Harmonies of #6F4893
Complementary color
Monochromatic Colors of #6F4893
Black with #6F4893
Text Example
Text Example
White with #6F4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4893; }
p { color: rgb(111,72,147); }
H1.HeaderClassName
{
color: #6F4893;
}
.AnyTagClassName
{
color: #6F4893;
}
</style>
background-color css
<style>
a { background-color: #6F4893; }
a { background-color: rgb(111,72,147); }
div.DivClassName
{
background-color: #6F4893;
}
.BgClassName
{
background-color: #6F4893;
}
</style>
border-color css
<style>
span { border-color: #6F4893; }
span { border-color: rgb(111,72,147); }
td.TdClassName
{
border-color: #6F4893;
}
.TagClassName
{
border-color: #6F4893;
}
</style>