#69476C

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

Shades of Eminence #69476C

Tints of Eminence #69476C

Color information

#69476C (or 0x69476C) is unknown color: approx Eminence. HEX triplet: 69, 47 and 6C. RGB value is (105,71,108). Sum of RGB (Red+Green+Blue) = 105+71+108=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #69476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69476C is #96B893. Grayscale: #555555. Windows color (decimal): -9877652 or 7096169. OLE color: 7096169.

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

Color convert

RGB10571108-
CMYK0.030.3400.58
HSL295.14º20.67%35.1%-
HSV(B)295.14º34.26%42.35%-
XYZ10.798.5915.28-
YUV85.38140.76141.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=36.97%
G=25%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105711080.030.3400.58295.1420.6735.1
Hex69476C32203A1271523
Octal1511071543420724472543
Binary11010011000111110110011100010011101010010011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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