Html Css Color HEX #6D4A6B Eminence

📋 copy color: '#6D4A6B'

red 109 ◦ green 74 ◦ blue 107

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

Shades of Eminence #6D4A6B

Tints of Eminence #6D4A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 37.59%
G = 25.52%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D4A6B (or 0x6D4A6B) is known color: Eminence. HEX triplet: 6D, 4A and 6B. RGB value is (109,74,107). Sum of RGB (Red+Green+Blue) = 109+74+107=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A6B is #92B594. Grayscale: #585858. Windows color (decimal): -9614741 or 7031405. OLE color: 7031405.

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

Color convert

RGB 109 74 107 -
CMYK 0 0.32 0.02 0.57
HSL 303.43º 0.19% 0.36% -
HSV(B) 303.43º 0.32% 0.43% -
XYZ 11.41 9.21 15.09 -
YUV 88.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 109 74 107 0 0.32 0.02 0.57 303.43 0.19 0.36
Hex 6D 4A 6B 0 20 2 39 12F 13 24
Octal 155 112 153 0 40 2 71 457 23 44
Binary 1101101 1001010 1101011 0 100000 10 111001 100101111 10011 100100

Color Harmonies of #6D4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A6B

Black with #6D4A6B

Text Example


Text Example

White with #6D4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,107); }

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

background-color css

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

 a { background-color: rgb(109,74,107); }

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

border-color css

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

 span { border-color: rgb(109,74,107); }

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