#69446E

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

Shades of Eminence #69446E

Tints of Eminence #69446E

Color information

#69446E (or 0x69446E) is unknown color: approx Eminence. HEX triplet: 69, 44 and 6E. RGB value is (105,68,110). Sum of RGB (Red+Green+Blue) = 105+68+110=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #69446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69446E is #96BB91. Grayscale: #535353. Windows color (decimal): -9878418 or 7226473. OLE color: 7226473.

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

Color convert

RGB10568110-
CMYK0.050.3800.57
HSL292.86º23.6%34.9%-
HSV(B)292.86º38.18%43.14%-
XYZ10.718.2615.78-
YUV83.85142.76143.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=37.10%
G=24.03%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105681100.050.3800.57292.8623.634.9
Hex69446E5260391251823
Octal1511041565460714453043
Binary110100110001001101110101100110011100110010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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