#693A77

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

Shades of Eminence #693A77

Tints of Eminence #693A77

Color information

#693A77 (or 0x693A77) is unknown color: approx Eminence. HEX triplet: 69, 3A and 77. RGB value is (105,58,119). Sum of RGB (Red+Green+Blue) = 105+58+119=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #693A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A77 is #96C588. Grayscale: #4E4E4E. Windows color (decimal): -9880969 or 7813737. OLE color: 7813737.

HSL color Cylindrical-coordinate representation of color #693A77: hue angle of 286.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693A77 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10558119-
CMYK0.120.5100.53
HSL286.23º34.46%34.71%-
HSV(B)286.23º51.26%46.67%-
XYZ10.677.3618.31-
YUV79.01150.57146.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=37.23%
G=20.57%
B=42.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105581190.120.5100.53286.2334.4634.71
Hex693A77C3303511e2223
Octal1517216714630654364243
Binary1101001111010111011111001100110110101100011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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