Shades of Studio #6F45AA
Tints of Studio #6F45AA
RGB
CMYK
RGB Variations
Color information
#6F45AA (or 0x6F45AA) is known color: Studio. HEX triplet: 6F, 45 and AA. RGB value is (111,69,170). Sum of RGB (Red+Green+Blue) = 111+69+170=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F45AA is #90BA55. Grayscale: #5C5C5C. Windows color (decimal): -9484886 or 11158895. OLE color: 11158895.
HSL color Cylindrical-coordinate representation of color #6F45AA: hue angle of 264.95º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F45AA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 69 | 170 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.33 |
| HSL | 264.95º | 0.42% | 0.47% | - |
| HSV(B) | 264.95º | 0.59% | 0.67% | - |
| XYZ | 15.94 | 10.54 | 39.22 | - |
| YUV | 93.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 170 | 0.35 | 0.59 | 0 | 0.33 | 264.95 | 0.42 | 0.47 |
| Hex | 6F | 45 | AA | 23 | 3B | 0 | 21 | 109 | 2A | 2F |
| Octal | 157 | 105 | 252 | 43 | 73 | 0 | 41 | 411 | 52 | 57 |
| Binary | 1101111 | 1000101 | 10101010 | 100011 | 111011 | 0 | 100001 | 100001001 | 101010 | 101111 |
Color Harmonies of #6F45AA
Complementary color
Monochromatic Colors of #6F45AA
Black with #6F45AA
Text Example
Text Example
White with #6F45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F45AA; }
p { color: rgb(111,69,170); }
H1.HeaderClassName
{
color: #6F45AA;
}
.AnyTagClassName
{
color: #6F45AA;
}
</style>
background-color css
<style>
a { background-color: #6F45AA; }
a { background-color: rgb(111,69,170); }
div.DivClassName
{
background-color: #6F45AA;
}
.BgClassName
{
background-color: #6F45AA;
}
</style>
border-color css
<style>
span { border-color: #6F45AA; }
span { border-color: rgb(111,69,170); }
td.TdClassName
{
border-color: #6F45AA;
}
.TagClassName
{
border-color: #6F45AA;
}
</style>