#6A134F

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

Shades of Pompadour #6A134F

Tints of Pompadour #6A134F

Color information

#6A134F (or 0x6A134F) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 4F. RGB value is (106,19,79). Sum of RGB (Red+Green+Blue) = 106+19+79=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A134F is #95ECB0. Grayscale: #333333. Windows color (decimal): -9825457 or 5182314. OLE color: 5182314.

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

Color convert

RGB1061979-
CMYK00.820.250.58
HSL318.62º69.6%24.51%-
HSV(B)318.62º82.08%41.57%-
XYZ7.594.097.79-
YUV51.85143.32166.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.96%
GREEN value IS 19 (7.81% from 255) = 9.31%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=51.96%
G=9.31%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106197900.820.250.58318.6269.624.51
Hex6A134F052193A13f4619
Octal152231170122317247710631
Binary11010101001110011110101001011001111010100111111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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