Shades of Studio #6F44AB
Tints of Studio #6F44AB
RGB
CMYK
RGB Variations
Color information
#6F44AB (or 0x6F44AB) is known color: Studio. HEX triplet: 6F, 44 and AB. RGB value is (111,68,171). Sum of RGB (Red+Green+Blue) = 111+68+171=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F44AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F44AB is #90BB54. Grayscale: #5C5C5C. Windows color (decimal): -9485141 or 11224175. OLE color: 11224175.
HSL color Cylindrical-coordinate representation of color #6F44AB: hue angle of 265.05º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F44AB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 68 | 171 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.33 |
| HSL | 265.05º | 0.43% | 0.47% | - |
| HSV(B) | 265.05º | 0.6% | 0.67% | - |
| XYZ | 15.97 | 10.45 | 39.7 | - |
| YUV | 92.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 171 | 0.35 | 0.60 | 0 | 0.33 | 265.05 | 0.43 | 0.47 |
| Hex | 6F | 44 | AB | 23 | 3C | 0 | 21 | 109 | 2B | 2F |
| Octal | 157 | 104 | 253 | 43 | 74 | 0 | 41 | 411 | 53 | 57 |
| Binary | 1101111 | 1000100 | 10101011 | 100011 | 111100 | 0 | 100001 | 100001001 | 101011 | 101111 |
Color Harmonies of #6F44AB
Complementary color
Monochromatic Colors of #6F44AB
Black with #6F44AB
Text Example
Text Example
White with #6F44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F44AB; }
p { color: rgb(111,68,171); }
H1.HeaderClassName
{
color: #6F44AB;
}
.AnyTagClassName
{
color: #6F44AB;
}
</style>
background-color css
<style>
a { background-color: #6F44AB; }
a { background-color: rgb(111,68,171); }
div.DivClassName
{
background-color: #6F44AB;
}
.BgClassName
{
background-color: #6F44AB;
}
</style>
border-color css
<style>
span { border-color: #6F44AB; }
span { border-color: rgb(111,68,171); }
td.TdClassName
{
border-color: #6F44AB;
}
.TagClassName
{
border-color: #6F44AB;
}
</style>