#6F416C

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

Shades of Eminence #6F416C

Tints of Eminence #6F416C

Color information

#6F416C (or 0x6F416C) is unknown color: approx Eminence. HEX triplet: 6F, 41 and 6C. RGB value is (111,65,108). Sum of RGB (Red+Green+Blue) = 111+65+108=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F416C is #90BE93. Grayscale: #535353. Windows color (decimal): -9485972 or 7094639. OLE color: 7094639.

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

Color convert

RGB11165108-
CMYK00.410.030.56
HSL303.91º26.14%34.51%-
HSV(B)303.91º41.44%43.53%-
XYZ11.158.2415.19-
YUV83.66141.74147.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=39.08%
G=22.89%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116510800.410.030.56303.9126.1434.51
Hex6F416C0293381301a23
Octal1571011540513704603243
Binary11011111000001110110001010011111100010011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,108); }

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

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

 a { background-color: rgb(111,65,108); }

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

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

 span { border-color: rgb(111,65,108); }

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