#693E6D

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

Shades of Eminence #693E6D

Tints of Eminence #693E6D

Color information

#693E6D (or 0x693E6D) is unknown color: approx Eminence. HEX triplet: 69, 3E and 6D. RGB value is (105,62,109). Sum of RGB (Red+Green+Blue) = 105+62+109=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #693E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E6D is #96C192. Grayscale: #505050. Windows color (decimal): -9879955 or 7159401. OLE color: 7159401.

HSL color Cylindrical-coordinate representation of color #693E6D: hue angle of 294.89º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693E6D is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10562109-
CMYK0.040.4300.57
HSL294.89º27.49%33.53%-
HSV(B)294.89º43.12%42.75%-
XYZ10.317.5515.38-
YUV80.22144.25145.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=38.04%
G=22.46%
B=39.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105621090.040.4300.57294.8927.4933.53
Hex693E6D42B0391271b22
Octal151761554530714473342
Binary11010011111101101101100101011011100110010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E6D; }

 p { color: rgb(105,62,109); }

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

<style>
 a { background-color: #693E6D; }

 a { background-color: rgb(105,62,109); }

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

<style>
 span { border-color: #693E6D; }

 span { border-color: rgb(105,62,109); }

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