Html Css Color HEX #6D496C Eminence

📋 copy color: '#6D496C'

red 109 ◦ green 73 ◦ blue 108

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

Shades of Eminence #6D496C

Tints of Eminence #6D496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 37.59%
G = 25.17%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D496C (or 0x6D496C) is known color: Eminence. HEX triplet: 6D, 49 and 6C. RGB value is (109,73,108). Sum of RGB (Red+Green+Blue) = 109+73+108=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D496C is #92B693. Grayscale: #575757. Windows color (decimal): -9614996 or 7096685. OLE color: 7096685.

HSL color Cylindrical-coordinate representation of color #6D496C: hue angle of 301.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D496C is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 73 108 -
CMYK 0 0.33 0.01 0.57
HSL 301.67º 0.2% 0.36% -
HSV(B) 301.67º 0.33% 0.43% -
XYZ 11.4 9.1 15.34 -
YUV 87.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 109 73 108 0 0.33 0.01 0.57 301.67 0.2 0.36
Hex 6D 49 6C 0 21 1 39 12E 14 24
Octal 155 111 154 0 41 1 71 456 24 44
Binary 1101101 1001001 1101100 0 100001 1 111001 100101110 10100 100100

Color Harmonies of #6D496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D496C

Black with #6D496C

Text Example


Text Example

White with #6D496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,108); }

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

background-color css

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

 a { background-color: rgb(109,73,108); }

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

border-color css

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

 span { border-color: rgb(109,73,108); }

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