#69406D

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

Shades of Eminence #69406D

Tints of Eminence #69406D

Color information

#69406D (or 0x69406D) is unknown color: approx Eminence. HEX triplet: 69, 40 and 6D. RGB value is (105,64,109). Sum of RGB (Red+Green+Blue) = 105+64+109=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #69406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69406D is #96BF92. Grayscale: #515151. Windows color (decimal): -9879443 or 7159913. OLE color: 7159913.

HSL color Cylindrical-coordinate representation of color #69406D: hue angle of 294.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69406D is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10564109-
CMYK0.040.4100.57
HSL294.67º26.01%33.92%-
HSV(B)294.67º41.28%42.75%-
XYZ10.427.7715.42-
YUV81.39143.58144.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=37.77%
G=23.02%
B=39.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105641090.040.4100.57294.6726.0133.92
Hex69406D4290391271a22
Octal1511001554510714473242
Binary110100110000001101101100101001011100110010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69406D; }

 p { color: rgb(105,64,109); }

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

<style>
 a { background-color: #69406D; }

 a { background-color: rgb(105,64,109); }

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

<style>
 span { border-color: #69406D; }

 span { border-color: rgb(105,64,109); }

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