#693A6E

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

Shades of Eminence #693A6E

Tints of Eminence #693A6E

Color information

#693A6E (or 0x693A6E) is unknown color: approx Eminence. HEX triplet: 69, 3A and 6E. RGB value is (105,58,110). Sum of RGB (Red+Green+Blue) = 105+58+110=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #693A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A6E is #96C591. Grayscale: #4D4D4D. Windows color (decimal): -9880978 or 7223913. OLE color: 7223913.

HSL color Cylindrical-coordinate representation of color #693A6E: hue angle of 294.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693A6E is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10558110-
CMYK0.050.4700.57
HSL294.23º30.95%32.94%-
HSV(B)294.23º47.27%43.14%-
XYZ10.157.1615.6-
YUV77.98146.07147.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=38.46%
G=21.25%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105581100.050.4700.57294.2330.9532.94
Hex693A6E52F0391261f21
Octal151721565570714463741
Binary11010011110101101110101101111011100110010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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