#6F4B6D

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

Shades of Eminence #6F4B6D

Tints of Eminence #6F4B6D

Color information

#6F4B6D (or 0x6F4B6D) is unknown color: approx Eminence. HEX triplet: 6F, 4B and 6D. RGB value is (111,75,109). Sum of RGB (Red+Green+Blue) = 111+75+109=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B6D is #90B492. Grayscale: #595959. Windows color (decimal): -9483411 or 7162735. OLE color: 7162735.

HSL color Cylindrical-coordinate representation of color #6F4B6D: hue angle of 303.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B6D is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11175109-
CMYK00.320.020.56
HSL303.33º19.35%36.47%-
HSV(B)303.33º32.43%43.53%-
XYZ11.839.5215.68-
YUV89.64138.93143.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=37.63%
G=25.42%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117510900.320.020.56303.3319.3536.47
Hex6F4B6D02023812f1324
Octal1571131550402704572344
Binary11011111001011110110101000001011100010010111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,75,109); }

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

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

 a { background-color: rgb(111,75,109); }

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

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

 span { border-color: rgb(111,75,109); }

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