#693B77

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

Shades of Eminence #693B77

Tints of Eminence #693B77

Color information

#693B77 (or 0x693B77) is unknown color: approx Eminence. HEX triplet: 69, 3B and 77. RGB value is (105,59,119). Sum of RGB (Red+Green+Blue) = 105+59+119=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #693B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B77 is #96C488. Grayscale: #4F4F4F. Windows color (decimal): -9880713 or 7813993. OLE color: 7813993.

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

Color convert

RGB10559119-
CMYK0.120.5000.53
HSL286º33.71%34.9%-
HSV(B)286º50.42%46.67%-
XYZ10.727.4618.33-
YUV79.59150.24146.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=37.10%
G=20.85%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105591190.120.5000.5328633.7134.9
Hex693B77C3203511e2223
Octal1517316714620654364243
Binary1101001111011111011111001100100110101100011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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