Html Css Color HEX #6D204C Pompadour

📋 copy color: '#6D204C'

red 109 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #6D204C

Tints of Pompadour #6D204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 50.23%
G = 14.75%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D204C (or 0x6D204C) is known color: Pompadour. HEX triplet: 6D, 20 and 4C. RGB value is (109,32,76). Sum of RGB (Red+Green+Blue) = 109+32+76=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D204C is #92DFB3. Grayscale: #3B3B3B. Windows color (decimal): -9625524 or 4989037. OLE color: 4989037.

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

Color convert

RGB 109 32 76 -
CMYK 0 0.71 0.30 0.57
HSL 325.71º 0.55% 0.28% -
HSV(B) 325.71º 0.71% 0.43% -
XYZ 8.13 4.81 7.34 -
YUV 60.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 109 32 76 0 0.71 0.30 0.57 325.71 0.55 0.28
Hex 6D 20 4C 0 47 1E 39 146 37 1C
Octal 155 40 114 0 107 36 71 506 67 34
Binary 1101101 100000 1001100 0 1000111 11110 111001 101000110 110111 11100

Color Harmonies of #6D204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D204C

Black with #6D204C

Text Example


Text Example

White with #6D204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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