Html Css Color HEX #6D204A Pompadour

📋 copy color: '#6D204A'

red 109 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #6D204A

Tints of Pompadour #6D204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 50.7%
G = 14.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D204A (or 0x6D204A) is known color: Pompadour. HEX triplet: 6D, 20 and 4A. RGB value is (109,32,74). Sum of RGB (Red+Green+Blue) = 109+32+74=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D204A is #92DFB5. Grayscale: #3B3B3B. Windows color (decimal): -9625526 or 4857965. OLE color: 4857965.

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

Color convert

RGB 109 32 74 -
CMYK 0 0.71 0.32 0.57
HSL 327.27º 0.55% 0.28% -
HSV(B) 327.27º 0.71% 0.43% -
XYZ 8.06 4.78 6.98 -
YUV 59.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 109 32 74 0 0.71 0.32 0.57 327.27 0.55 0.28
Hex 6D 20 4A 0 47 20 39 147 37 1C
Octal 155 40 112 0 107 40 71 507 67 34
Binary 1101101 100000 1001010 0 1000111 100000 111001 101000111 110111 11100

Color Harmonies of #6D204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D204A

Black with #6D204A

Text Example


Text Example

White with #6D204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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