#6F3D6C

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

Shades of Eminence #6F3D6C

Tints of Eminence #6F3D6C

Color information

#6F3D6C (or 0x6F3D6C) is unknown color: approx Eminence. HEX triplet: 6F, 3D and 6C. RGB value is (111,61,108). Sum of RGB (Red+Green+Blue) = 111+61+108=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D6C is #90C293. Grayscale: #515151. Windows color (decimal): -9486996 or 7093615. OLE color: 7093615.

HSL color Cylindrical-coordinate representation of color #6F3D6C: hue angle of 303.6º 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 #6F3D6C is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11161108-
CMYK00.450.030.56
HSL303.6º29.07%33.73%-
HSV(B)303.6º45.05%43.53%-
XYZ10.937.815.12-
YUV81.31143.06149.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=39.64%
G=21.79%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116110800.450.030.56303.629.0733.73
Hex6F3D6C02D3381301d22
Octal157751540553704603542
Binary1101111111101110110001011011111100010011000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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