#6A204F

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

Shades of Pompadour #6A204F

Tints of Pompadour #6A204F

Color information

#6A204F (or 0x6A204F) is unknown color: approx Pompadour. HEX triplet: 6A, 20 and 4F. RGB value is (106,32,79). Sum of RGB (Red+Green+Blue) = 106+32+79=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A204F is #95DFB0. Grayscale: #3B3B3B. Windows color (decimal): -9822129 or 5185642. OLE color: 5185642.

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

Color convert

RGB1063279-
CMYK00.700.250.58
HSL321.89º53.62%27.06%-
HSV(B)321.89º69.81%41.57%-
XYZ7.874.667.88-
YUV59.48139.02161.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=48.85%
G=14.75%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106327900.700.250.58321.8953.6227.06
Hex6A204F046193A142361b
Octal15240117010631725026633
Binary11010101000001001111010001101100111101010100001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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