#69476E

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

Shades of Eminence #69476E

Tints of Eminence #69476E

Color information

#69476E (or 0x69476E) is unknown color: approx Eminence. HEX triplet: 69, 47 and 6E. RGB value is (105,71,110). Sum of RGB (Red+Green+Blue) = 105+71+110=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #69476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69476E is #96B891. Grayscale: #555555. Windows color (decimal): -9877650 or 7227241. OLE color: 7227241.

HSL color Cylindrical-coordinate representation of color #69476E: hue angle of 292.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69476E is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10571110-
CMYK0.050.3500.57
HSL292.31º21.55%35.49%-
HSV(B)292.31º35.45%43.14%-
XYZ10.898.6415.84-
YUV85.61141.76141.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=36.71%
G=24.83%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105711100.050.3500.57292.3121.5535.49
Hex69476E5230391241623
Octal1511071565430714442643
Binary110100110001111101110101100011011100110010010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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