#69496C

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

Shades of Eminence #69496C

Tints of Eminence #69496C

Color information

#69496C (or 0x69496C) is unknown color: approx Eminence. HEX triplet: 69, 49 and 6C. RGB value is (105,73,108). Sum of RGB (Red+Green+Blue) = 105+73+108=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #69496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69496C is #96B693. Grayscale: #565656. Windows color (decimal): -9877140 or 7096681. OLE color: 7096681.

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

Color convert

RGB10573108-
CMYK0.030.3200.58
HSL294.86º19.34%35.49%-
HSV(B)294.86º32.41%42.35%-
XYZ10.928.8515.32-
YUV86.56140.1141.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=36.71%
G=25.52%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105731080.030.3200.58294.8619.3435.49
Hex69496C32003A1271323
Octal1511111543400724472343
Binary11010011001001110110011100000011101010010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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