#6F3D6A

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

Shades of Eminence #6F3D6A

Tints of Eminence #6F3D6A

Color information

#6F3D6A (or 0x6F3D6A) is unknown color: approx Eminence. HEX triplet: 6F, 3D and 6A. RGB value is (111,61,106). Sum of RGB (Red+Green+Blue) = 111+61+106=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D6A is #90C295. Grayscale: #505050. Windows color (decimal): -9486998 or 6962543. OLE color: 6962543.

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

Color convert

RGB11161106-
CMYK00.450.050.56
HSL306º29.07%33.73%-
HSV(B)306º45.05%43.53%-
XYZ10.837.7614.56-
YUV81.08142.06149.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=39.93%
G=21.94%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116110600.450.050.5630629.0733.73
Hex6F3D6A02D5381321d22
Octal157751520555704623542
Binary11011111111011101010010110110111100010011001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,61,106); }

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

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

 a { background-color: rgb(111,61,106); }

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

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

 span { border-color: rgb(111,61,106); }

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