#6A2A4D

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

Shades of Pompadour #6A2A4D

Tints of Pompadour #6A2A4D

Color information

#6A2A4D (or 0x6A2A4D) is unknown color: approx Pompadour. HEX triplet: 6A, 2A and 4D. RGB value is (106,42,77). Sum of RGB (Red+Green+Blue) = 106+42+77=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2A4D is #95D5B2. Grayscale: #414141. Windows color (decimal): -9819571 or 5057130. OLE color: 5057130.

HSL color Cylindrical-coordinate representation of color #6A2A4D: hue angle of 327.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A4D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1064277-
CMYK00.600.270.58
HSL327.19º43.24%29.02%-
HSV(B)327.19º60.38%41.57%-
XYZ8.115.267.61-
YUV65.13134.7157.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=47.11%
G=18.67%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106427700.600.270.58327.1943.2429.02
Hex6A2A4D03C1B3A1472b1d
Octal1525211507433725075335
Binary1101010101010100110101111001101111101010100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,77); }

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

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

 a { background-color: rgb(106,42,77); }

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

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

 span { border-color: rgb(106,42,77); }

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