#693C7D

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

Shades of Eminence #693C7D

Tints of Eminence #693C7D

Color information

#693C7D (or 0x693C7D) is unknown color: approx Eminence. HEX triplet: 69, 3C and 7D. RGB value is (105,60,125). Sum of RGB (Red+Green+Blue) = 105+60+125=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #693C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C7D is #96C382. Grayscale: #505050. Windows color (decimal): -9880451 or 8207465. OLE color: 8207465.

HSL color Cylindrical-coordinate representation of color #693C7D: hue angle of 281.54º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693C7D is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10560125-
CMYK0.160.5200.51
HSL281.54º35.14%36.27%-
HSV(B)281.54º52%49.02%-
XYZ11.147.7220.3-
YUV80.86152.91145.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=36.21%
G=20.69%
B=43.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105601250.160.5200.51281.5435.1436.27
Hex693C7D103403311a2324
Octal1517417520640634324344
Binary11010011111001111101100001101000110011100011010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,60,125); }

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

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

 a { background-color: rgb(105,60,125); }

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

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

 span { border-color: rgb(105,60,125); }

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