#693E74

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

Shades of Eminence #693E74

Tints of Eminence #693E74

Color information

#693E74 (or 0x693E74) is unknown color: approx Eminence. HEX triplet: 69, 3E and 74. RGB value is (105,62,116). Sum of RGB (Red+Green+Blue) = 105+62+116=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #693E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E74 is #96C18B. Grayscale: #505050. Windows color (decimal): -9879948 or 7618153. OLE color: 7618153.

HSL color Cylindrical-coordinate representation of color #693E74: hue angle of 287.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693E74 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10562116-
CMYK0.090.4700.55
HSL287.78º30.34%34.9%-
HSV(B)287.78º46.55%45.49%-
XYZ10.77.7117.45-
YUV81.01147.75145.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=37.10%
G=21.91%
B=40.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105621160.090.4700.55287.7830.3434.9
Hex693E7492F0371201e23
Octal1517616411570674403643
Binary110100111111011101001001101111011011110010000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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