#6A264D

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

Shades of Pompadour #6A264D

Tints of Pompadour #6A264D

Color information

#6A264D (or 0x6A264D) is unknown color: approx Pompadour. HEX triplet: 6A, 26 and 4D. RGB value is (106,38,77). Sum of RGB (Red+Green+Blue) = 106+38+77=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A264D is #95D9B2. Grayscale: #3E3E3E. Windows color (decimal): -9820595 or 5056106. OLE color: 5056106.

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

Color convert

RGB1063877-
CMYK00.640.270.58
HSL325.59º47.22%28.24%-
HSV(B)325.59º64.15%41.57%-
XYZ7.984.997.56-
YUV62.78136.03158.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=47.96%
G=17.19%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106387700.640.270.58325.5947.2228.24
Hex6A264D0401B3A1462f1c
Octal15246115010033725065734
Binary11010101001101001101010000001101111101010100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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