#6F4073

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

Shades of Eminence #6F4073

Tints of Eminence #6F4073

Color information

#6F4073 (or 0x6F4073) is unknown color: approx Eminence. HEX triplet: 6F, 40 and 73. RGB value is (111,64,115). Sum of RGB (Red+Green+Blue) = 111+64+115=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4073 is #90BF8C. Grayscale: #535353. Windows color (decimal): -9486221 or 7553135. OLE color: 7553135.

HSL color Cylindrical-coordinate representation of color #6F4073: hue angle of 295.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F4073 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11164115-
CMYK0.030.4400.55
HSL295.29º28.49%35.1%-
HSV(B)295.29º44.35%45.1%-
XYZ11.488.2817.21-
YUV83.87145.57147.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=38.28%
G=22.07%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111641150.030.4400.55295.2928.4935.1
Hex6F407332C0371271c23
Octal1571001633540674473443
Binary11011111000000111001111101100011011110010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,115); }

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

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

 a { background-color: rgb(111,64,115); }

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

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

 span { border-color: rgb(111,64,115); }

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