#6A294F

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

Shades of Pompadour #6A294F

Tints of Pompadour #6A294F

Color information

#6A294F (or 0x6A294F) is unknown color: approx Pompadour. HEX triplet: 6A, 29 and 4F. RGB value is (106,41,79). Sum of RGB (Red+Green+Blue) = 106+41+79=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A294F is #95D6B0. Grayscale: #404040. Windows color (decimal): -9819825 or 5187946. OLE color: 5187946.

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

Color convert

RGB1064179-
CMYK00.610.250.58
HSL324.92º44.22%28.82%-
HSV(B)324.92º61.32%41.57%-
XYZ8.155.217.97-
YUV64.77136.03157.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.90%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=46.90%
G=18.14%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106417900.610.250.58324.9244.2228.82
Hex6A294F03D193A1452c1d
Octal1525111707531725055435
Binary1101010101001100111101111011100111101010100010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,79); }

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

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

 a { background-color: rgb(106,41,79); }

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

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

 span { border-color: rgb(106,41,79); }

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