#694169

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

Shades of Eminence #694169

Tints of Eminence #694169

Color information

#694169 (or 0x694169) is unknown color: approx Eminence. HEX triplet: 69, 41 and 69. RGB value is (105,65,105). Sum of RGB (Red+Green+Blue) = 105+65+105=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #694169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694169 is #96BE96. Grayscale: #515151. Windows color (decimal): -9879191 or 6898025. OLE color: 6898025.

HSL color Cylindrical-coordinate representation of color #694169: hue angle of 300º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694169 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10565105-
CMYK00.3800.59
HSL300º23.53%33.33%-
HSV(B)300º38.1%41.18%-
XYZ10.277.814.33-
YUV81.52141.25144.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=38.18%
G=23.64%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056510500.3800.5930023.5333.33
Hex69416902603B12c1821
Octal1511011510460734543041
Binary1101001100000111010010100110011101110010110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694169; }

 p { color: rgb(105,65,105); }

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

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

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

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

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

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

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