Html Css Color HEX #6D294C Pompadour

📋 copy color: '#6D294C'

red 109 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #6D294C

Tints of Pompadour #6D294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 48.23%
G = 18.14%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D294C (or 0x6D294C) is known color: Pompadour. HEX triplet: 6D, 29 and 4C. RGB value is (109,41,76). Sum of RGB (Red+Green+Blue) = 109+41+76=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D294C is #92D6B3. Grayscale: #414141. Windows color (decimal): -9623220 or 4991341. OLE color: 4991341.

HSL color Cylindrical-coordinate representation of color #6D294C: hue angle of 329.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D294C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 76 -
CMYK 0 0.62 0.30 0.57
HSL 329.12º 0.45% 0.29% -
HSV(B) 329.12º 0.62% 0.43% -
XYZ 8.4 5.36 7.43 -
YUV 65.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 109 41 76 0 0.62 0.30 0.57 329.12 0.45 0.29
Hex 6D 29 4C 0 3E 1E 39 149 2D 1D
Octal 155 51 114 0 76 36 71 511 55 35
Binary 1101101 101001 1001100 0 111110 11110 111001 101001001 101101 11101

Color Harmonies of #6D294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D294C

Black with #6D294C

Text Example


Text Example

White with #6D294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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