#693A74

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

Shades of Eminence #693A74

Tints of Eminence #693A74

Color information

#693A74 (or 0x693A74) is unknown color: approx Eminence. HEX triplet: 69, 3A and 74. RGB value is (105,58,116). Sum of RGB (Red+Green+Blue) = 105+58+116=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #693A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A74 is #96C58B. Grayscale: #4E4E4E. Windows color (decimal): -9880972 or 7617129. OLE color: 7617129.

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

Color convert

RGB10558116-
CMYK0.090.500.55
HSL288.62º33.33%34.12%-
HSV(B)288.62º50%45.49%-
XYZ10.497.2917.38-
YUV78.67149.07146.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=37.63%
G=20.79%
B=41.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105581160.090.500.55288.6233.3334.12
Hex693A749320371212122
Octal1517216411620674414142
Binary1101001111010111010010011100100110111100100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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