Shades of Studio #6F48AC
Tints of Studio #6F48AC
RGB
CMYK
RGB Variations
Color information
#6F48AC (or 0x6F48AC) is known color: Studio. HEX triplet: 6F, 48 and AC. RGB value is (111,72,172). Sum of RGB (Red+Green+Blue) = 111+72+172=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F48AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F48AC is #90B753. Grayscale: #5E5E5E. Windows color (decimal): -9484116 or 11290735. OLE color: 11290735.
HSL color Cylindrical-coordinate representation of color #6F48AC: hue angle of 263.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F48AC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 72 | 172 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.33 |
| HSL | 263.4º | 0.41% | 0.48% | - |
| HSV(B) | 263.4º | 0.58% | 0.67% | - |
| XYZ | 16.32 | 10.99 | 40.29 | - |
| YUV | 95.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 172 | 0.35 | 0.58 | 0 | 0.33 | 263.4 | 0.41 | 0.48 |
| Hex | 6F | 48 | AC | 23 | 3A | 0 | 21 | 107 | 29 | 30 |
| Octal | 157 | 110 | 254 | 43 | 72 | 0 | 41 | 407 | 51 | 60 |
| Binary | 1101111 | 1001000 | 10101100 | 100011 | 111010 | 0 | 100001 | 100000111 | 101001 | 110000 |
Color Harmonies of #6F48AC
Complementary color
Monochromatic Colors of #6F48AC
Black with #6F48AC
Text Example
Text Example
White with #6F48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F48AC; }
p { color: rgb(111,72,172); }
H1.HeaderClassName
{
color: #6F48AC;
}
.AnyTagClassName
{
color: #6F48AC;
}
</style>
background-color css
<style>
a { background-color: #6F48AC; }
a { background-color: rgb(111,72,172); }
div.DivClassName
{
background-color: #6F48AC;
}
.BgClassName
{
background-color: #6F48AC;
}
</style>
border-color css
<style>
span { border-color: #6F48AC; }
span { border-color: rgb(111,72,172); }
td.TdClassName
{
border-color: #6F48AC;
}
.TagClassName
{
border-color: #6F48AC;
}
</style>