#6B294D

Color #6B294D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6B294D

Tints of Pompadour #6B294D

Color information

#6B294D (or 0x6B294D) is unknown color: approx Pompadour. HEX triplet: 6B, 29 and 4D. RGB value is (107,41,77). Sum of RGB (Red+Green+Blue) = 107+41+77=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B294D is #94D6B2. Grayscale: #404040. Windows color (decimal): -9754291 or 5056875. OLE color: 5056875.

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

Color convert

RGB1074177-
CMYK00.620.280.58
HSL327.27º44.59%29.02%-
HSV(B)327.27º61.68%41.96%-
XYZ8.25.257.6-
YUV64.84134.87158.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=47.56%
G=18.22%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107417700.620.280.58327.2744.5929.02
Hex6B294D03E1C3A1472d1d
Octal1535111507634725075535
Binary1101011101001100110101111101110011101010100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,77); }

 H1.HeaderClassName
 {
   color: #6B294D;
 }
 .AnyTagClassName
 {
   color: #6B294D;
 }
</style>
background-color css

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

 a { background-color: rgb(107,41,77); }

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

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

 span { border-color: rgb(107,41,77); }

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