#6B1644

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

Shades of Pompadour #6B1644

Tints of Pompadour #6B1644

Color information

#6B1644 (or 0x6B1644) is unknown color: approx Pompadour. HEX triplet: 6B, 16 and 44. RGB value is (107,22,68). Sum of RGB (Red+Green+Blue) = 107+22+68=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1644 is #94E9BB. Grayscale: #343434. Windows color (decimal): -9759164 or 4462187. OLE color: 4462187.

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

Color convert

RGB1072268-
CMYK00.790.360.58
HSL327.53º65.89%25.29%-
HSV(B)327.53º79.44%41.96%-
XYZ7.394.125.87-
YUV52.66136.66166.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=54.31%
G=11.17%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107226800.790.360.58327.5365.8925.29
Hex6B164404F243A1484219
Octal153261040117447251010231
Binary110101110110100010001001111100100111010101001000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,68); }

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

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

 a { background-color: rgb(107,22,68); }

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

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

 span { border-color: rgb(107,22,68); }

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