#6F3E6B

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

Shades of Eminence #6F3E6B

Tints of Eminence #6F3E6B

Color information

#6F3E6B (or 0x6F3E6B) is unknown color: approx Eminence. HEX triplet: 6F, 3E and 6B. RGB value is (111,62,107). Sum of RGB (Red+Green+Blue) = 111+62+107=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E6B is #90C194. Grayscale: #515151. Windows color (decimal): -9486741 or 7028335. OLE color: 7028335.

HSL color Cylindrical-coordinate representation of color #6F3E6B: hue angle of 304.9º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E6B is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11162107-
CMYK00.440.040.56
HSL304.9º28.32%33.92%-
HSV(B)304.9º44.14%43.53%-
XYZ10.937.8914.86-
YUV81.78142.23148.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=39.64%
G=22.14%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116210700.440.040.56304.928.3233.92
Hex6F3E6B02C4381311c22
Octal157761530544704613442
Binary11011111111101101011010110010011100010011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,107); }

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

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

 a { background-color: rgb(111,62,107); }

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

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

 span { border-color: rgb(111,62,107); }

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