Shades of Studio #6F5093
Tints of Studio #6F5093
RGB
CMYK
RGB Variations
Color information
#6F5093 (or 0x6F5093) is known color: Studio. HEX triplet: 6F, 50 and 93. RGB value is (111,80,147). Sum of RGB (Red+Green+Blue) = 111+80+147=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5093 is #90AF6C. Grayscale: #606060. Windows color (decimal): -9482093 or 9654383. OLE color: 9654383.
HSL color Cylindrical-coordinate representation of color #6F5093: hue angle of 267.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5093 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 80 | 147 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.42 |
| HSL | 267.76º | 0.3% | 0.45% | - |
| HSV(B) | 267.76º | 0.46% | 0.58% | - |
| XYZ | 14.69 | 11.22 | 29 | - |
| YUV | 96.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 147 | 0.24 | 0.46 | 0 | 0.42 | 267.76 | 0.3 | 0.45 |
| Hex | 6F | 50 | 93 | 18 | 2E | 0 | 2A | 10C | 1E | 2D |
| Octal | 157 | 120 | 223 | 30 | 56 | 0 | 52 | 414 | 36 | 55 |
| Binary | 1101111 | 1010000 | 10010011 | 11000 | 101110 | 0 | 101010 | 100001100 | 11110 | 101101 |
Color Harmonies of #6F5093
Complementary color
Monochromatic Colors of #6F5093
Black with #6F5093
Text Example
Text Example
White with #6F5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5093; }
p { color: rgb(111,80,147); }
H1.HeaderClassName
{
color: #6F5093;
}
.AnyTagClassName
{
color: #6F5093;
}
</style>
background-color css
<style>
a { background-color: #6F5093; }
a { background-color: rgb(111,80,147); }
div.DivClassName
{
background-color: #6F5093;
}
.BgClassName
{
background-color: #6F5093;
}
</style>
border-color css
<style>
span { border-color: #6F5093; }
span { border-color: rgb(111,80,147); }
td.TdClassName
{
border-color: #6F5093;
}
.TagClassName
{
border-color: #6F5093;
}
</style>