#6A254D

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

Shades of Pompadour #6A254D

Tints of Pompadour #6A254D

Color information

#6A254D (or 0x6A254D) is unknown color: approx Pompadour. HEX triplet: 6A, 25 and 4D. RGB value is (106,37,77). Sum of RGB (Red+Green+Blue) = 106+37+77=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A254D is #95DAB2. Grayscale: #3E3E3E. Windows color (decimal): -9820851 or 5055850. OLE color: 5055850.

HSL color Cylindrical-coordinate representation of color #6A254D: hue angle of 325.22º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A254D is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1063777-
CMYK00.650.270.58
HSL325.22º48.25%28.04%-
HSV(B)325.22º65.09%41.57%-
XYZ7.944.927.55-
YUV62.19136.36159.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 77 (30.47% from 255) = 35%
R=48.18%
G=16.82%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106377700.650.270.58325.2248.2528.04
Hex6A254D0411B3A145301c
Octal15245115010133725056034
Binary11010101001011001101010000011101111101010100010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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