#6A264B

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

Shades of Pompadour #6A264B

Tints of Pompadour #6A264B

Color information

#6A264B (or 0x6A264B) is unknown color: approx Pompadour. HEX triplet: 6A, 26 and 4B. RGB value is (106,38,75). Sum of RGB (Red+Green+Blue) = 106+38+75=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A264B is #95D9B4. Grayscale: #3E3E3E. Windows color (decimal): -9820597 or 4925034. OLE color: 4925034.

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

Color convert

RGB1063875-
CMYK00.640.290.58
HSL327.35º47.22%28.24%-
HSV(B)327.35º64.15%41.57%-
XYZ7.914.967.2-
YUV62.55135.03158.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.40%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=48.40%
G=17.35%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106387500.640.290.58327.3547.2228.24
Hex6A264B0401D3A1472f1c
Octal15246113010035725075734
Binary11010101001101001011010000001110111101010100011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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