#6A2A4A

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

Shades of Pompadour #6A2A4A

Tints of Pompadour #6A2A4A

Color information

#6A2A4A (or 0x6A2A4A) is unknown color: approx Pompadour. HEX triplet: 6A, 2A and 4A. RGB value is (106,42,74). Sum of RGB (Red+Green+Blue) = 106+42+74=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A4A is #95D5B5. Grayscale: #404040. Windows color (decimal): -9819574 or 4860522. OLE color: 4860522.

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

Color convert

RGB1064274-
CMYK00.600.300.58
HSL330º43.24%29.02%-
HSV(B)330º60.38%41.57%-
XYZ8.015.217.06-
YUV64.78133.2157.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=47.75%
G=18.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106427400.600.300.5833043.2429.02
Hex6A2A4A03C1E3A14a2b1d
Octal1525211207436725125335
Binary1101010101010100101001111001111011101010100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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