#69496A

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

Shades of Eminence #69496A

Tints of Eminence #69496A

Color information

#69496A (or 0x69496A) is unknown color: approx Eminence. HEX triplet: 69, 49 and 6A. RGB value is (105,73,106). Sum of RGB (Red+Green+Blue) = 105+73+106=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #69496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69496A is #96B695. Grayscale: #565656. Windows color (decimal): -9877142 or 6965609. OLE color: 6965609.

HSL color Cylindrical-coordinate representation of color #69496A: hue angle of 298.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69496A is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10573106-
CMYK0.010.3100.58
HSL298.18º18.44%35.1%-
HSV(B)298.18º31.13%41.57%-
XYZ10.818.8114.77-
YUV86.33139.1141.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=36.97%
G=25.70%
B=37.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105731060.010.3100.58298.1818.4435.1
Hex69496A11F03A12a1223
Octal1511111521370724522243
Binary110100110010011101010111111011101010010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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