Html Css Color HEX #6D406A Eminence

📋 copy color: '#6D406A'

red 109 ◦ green 64 ◦ blue 106

#6D406A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #6D406A

Tints of Eminence #6D406A

RGB

 RED value IS 109 (42.97% from 255) = 39.07%

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 39.07%
G = 22.94%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D406A (or 0x6D406A) is known color: Eminence. HEX triplet: 6D, 40 and 6A. RGB value is (109,64,106). Sum of RGB (Red+Green+Blue) = 109+64+106=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D406A is #92BF95. Grayscale: #525252. Windows color (decimal): -9617302 or 6963309. OLE color: 6963309.

HSL color Cylindrical-coordinate representation of color #6D406A: hue angle of 304º 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 #6D406A is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 106 -
CMYK 0 0.41 0.03 0.57
HSL 304º 0.26% 0.34% -
HSV(B) 304º 0.41% 0.43% -
XYZ 10.74 7.96 14.61 -
YUV 82.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 109 64 106 0 0.41 0.03 0.57 304 0.26 0.34
Hex 6D 40 6A 0 29 3 39 130 1A 22
Octal 155 100 152 0 51 3 71 460 32 42
Binary 1101101 1000000 1101010 0 101001 11 111001 100110000 11010 100010

Color Harmonies of #6D406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D406A

Black with #6D406A

Text Example


Text Example

White with #6D406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D406A; }

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

 H1.HeaderClassName
 {
   color: #6D406A;
 }
 .AnyTagClassName
 {
   color: #6D406A;
 }
</style>

background-color css

<style>
 a { background-color: #6D406A; }

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

 div.DivClassName
 {
   background-color: #6D406A;
 }
 .BgClassName
 {
   background-color: #6D406A;
 }
</style>

border-color css

<style>
 span { border-color: #6D406A; }

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

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