#6F4E93

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

Shades of Studio #6F4E93

Tints of Studio #6F4E93

Color information

#6F4E93 (or 0x6F4E93) is unknown color: approx Studio. HEX triplet: 6F, 4E and 93. RGB value is (111,78,147). Sum of RGB (Red+Green+Blue) = 111+78+147=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4E93 is #90B16C. Grayscale: #5F5F5F. Windows color (decimal): -9482605 or 9653871. OLE color: 9653871.

HSL color Cylindrical-coordinate representation of color #6F4E93: hue angle of 268.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F4E93 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11178147-
CMYK0.240.4700.42
HSL268.7º30.67%44.12%-
HSV(B)268.7º46.94%57.65%-
XYZ14.5510.9328.95-
YUV95.73156.93138.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=33.04%
G=23.21%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111781470.240.4700.42268.730.6744.12
Hex6F4E93182F02A10d1f2c
Octal15711622330570524153754
Binary110111110011101001001111000101111010101010000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,147); }

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

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

 a { background-color: rgb(111,78,147); }

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

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

 span { border-color: rgb(111,78,147); }

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