#6A204B

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

Shades of Pompadour #6A204B

Tints of Pompadour #6A204B

Color information

#6A204B (or 0x6A204B) is unknown color: approx Pompadour. HEX triplet: 6A, 20 and 4B. RGB value is (106,32,75). Sum of RGB (Red+Green+Blue) = 106+32+75=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A204B is #95DFB4. Grayscale: #3A3A3A. Windows color (decimal): -9822133 or 4923498. OLE color: 4923498.

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

Color convert

RGB1063275-
CMYK00.700.290.58
HSL325.14º53.62%27.06%-
HSV(B)325.14º69.81%41.57%-
XYZ7.734.617.14-
YUV59.03137.02161.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=49.77%
G=15.02%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106327500.700.290.58325.1453.6227.06
Hex6A204B0461D3A145361b
Octal15240113010635725056633
Binary11010101000001001011010001101110111101010100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,75); }

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

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

 a { background-color: rgb(106,32,75); }

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

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

 span { border-color: rgb(106,32,75); }

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