#693E7B

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

Shades of Eminence #693E7B

Tints of Eminence #693E7B

Color information

#693E7B (or 0x693E7B) is unknown color: approx Eminence. HEX triplet: 69, 3E and 7B. RGB value is (105,62,123). Sum of RGB (Red+Green+Blue) = 105+62+123=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #693E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E7B is #96C184. Grayscale: #515151. Windows color (decimal): -9879941 or 8076905. OLE color: 8076905.

HSL color Cylindrical-coordinate representation of color #693E7B: hue angle of 282.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693E7B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10562123-
CMYK0.150.5000.52
HSL282.3º32.97%36.27%-
HSV(B)282.3º49.59%48.24%-
XYZ11.127.8819.67-
YUV81.81151.25144.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=36.21%
G=21.38%
B=42.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105621230.150.5000.52282.332.9736.27
Hex693E7BF3203411a2124
Octal1517617317620644324144
Binary1101001111110111101111111100100110100100011010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,123); }

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

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

 a { background-color: rgb(105,62,123); }

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

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

 span { border-color: rgb(105,62,123); }

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