#69496D

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

Shades of Eminence #69496D

Tints of Eminence #69496D

Color information

#69496D (or 0x69496D) is unknown color: approx Eminence. HEX triplet: 69, 49 and 6D. RGB value is (105,73,109). Sum of RGB (Red+Green+Blue) = 105+73+109=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #69496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69496D is #96B692. Grayscale: #565656. Windows color (decimal): -9877139 or 7162217. OLE color: 7162217.

HSL color Cylindrical-coordinate representation of color #69496D: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69496D is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10573109-
CMYK0.040.3300.57
HSL293.33º19.78%35.69%-
HSV(B)293.33º33.03%42.75%-
XYZ10.978.8715.6-
YUV86.67140.6141.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=36.59%
G=25.44%
B=37.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105731090.040.3300.57293.3319.7835.69
Hex69496D4210391251424
Octal1511111554410714452444
Binary110100110010011101101100100001011100110010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69496D; }

 p { color: rgb(105,73,109); }

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

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

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

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

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

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

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