#6F44AA

Color #6F44AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6F44AA

Tints of Studio #6F44AA

Color information

#6F44AA (or 0x6F44AA) is unknown color: approx Studio. HEX triplet: 6F, 44 and AA. RGB value is (111,68,170). Sum of RGB (Red+Green+Blue) = 111+68+170=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F44AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F44AA is #90BB55. Grayscale: #5C5C5C. Windows color (decimal): -9485142 or 11158639. OLE color: 11158639.

HSL color Cylindrical-coordinate representation of color #6F44AA: hue angle of 265.29º 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 #6F44AA is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11168170-
CMYK0.350.600.33
HSL265.29º42.86%46.67%-
HSV(B)265.29º60%66.67%-
XYZ15.8810.4239.2-
YUV92.48171.75141.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=31.81%
G=19.48%
B=48.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111681700.350.600.33265.2942.8646.67
Hex6F44AA233C0211092b2f
Octal15710425243740414115357
Binary11011111000100101010101000111111000100001100001001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F44AA; }

 p { color: rgb(111,68,170); }

 H1.HeaderClassName
 {
   color: #6F44AA;
 }
 .AnyTagClassName
 {
   color: #6F44AA;
 }
</style>
background-color css

<style>
 a { background-color: #6F44AA; }

 a { background-color: rgb(111,68,170); }

 div.DivClassName
 {
   background-color: #6F44AA;
 }
 .BgClassName
 {
   background-color: #6F44AA;
 }
</style>
border-color css

<style>
 span { border-color: #6F44AA; }

 span { border-color: rgb(111,68,170); }

 td.TdClassName
 {
   border-color: #6F44AA;
 }
 .TagClassName
 {
   border-color: #6F44AA;
 }
</style>