#693B73

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

Shades of Eminence #693B73

Tints of Eminence #693B73

Color information

#693B73 (or 0x693B73) is unknown color: approx Eminence. HEX triplet: 69, 3B and 73. RGB value is (105,59,115). Sum of RGB (Red+Green+Blue) = 105+59+115=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #693B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B73 is #96C48C. Grayscale: #4E4E4E. Windows color (decimal): -9880717 or 7551849. OLE color: 7551849.

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

Color convert

RGB10559115-
CMYK0.090.4900.55
HSL289.29º32.18%34.12%-
HSV(B)289.29º48.7%45.1%-
XYZ10.487.3717.09-
YUV79.14148.24146.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=37.63%
G=21.15%
B=41.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105591150.090.4900.55289.2932.1834.12
Hex693B739310371212022
Octal1517316311610674414042
Binary1101001111011111001110011100010110111100100001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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