#6A104B

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

Shades of Pompadour #6A104B

Tints of Pompadour #6A104B

Color information

#6A104B (or 0x6A104B) is unknown color: approx Pompadour. HEX triplet: 6A, 10 and 4B. RGB value is (106,16,75). Sum of RGB (Red+Green+Blue) = 106+16+75=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A104B is #95EFB4. Grayscale: #313131. Windows color (decimal): -9826229 or 4919402. OLE color: 4919402.

HSL color Cylindrical-coordinate representation of color #6A104B: hue angle of 320.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A104B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1061675-
CMYK00.850.290.58
HSL320.67º73.77%23.92%-
HSV(B)320.67º84.91%41.57%-
XYZ7.43.947.03-
YUV49.64142.32168.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=53.81%
G=8.12%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106167500.850.290.58320.6773.7723.92
Hex6A104B0551D3A1414a18
Octal152201130125357250111230
Binary11010101000010010110101010111101111010101000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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