#6E1644

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

Shades of Pompadour #6E1644

Tints of Pompadour #6E1644

Color information

#6E1644 (or 0x6E1644) is unknown color: approx Pompadour. HEX triplet: 6E, 16 and 44. RGB value is (110,22,68). Sum of RGB (Red+Green+Blue) = 110+22+68=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1644 is #91E9BB. Grayscale: #353535. Windows color (decimal): -9562556 or 4462190. OLE color: 4462190.

HSL color Cylindrical-coordinate representation of color #6E1644: hue angle of 328.64º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1644 is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1102268-
CMYK00.80.380.57
HSL328.64º66.67%25.88%-
HSV(B)328.64º80%43.14%-
XYZ7.764.315.89-
YUV53.56136.15168.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 68 (26.95% from 255) = 34%
R=55%
G=11%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110226800.80.380.57328.6466.6725.88
Hex6E16440502639149431a
Octal156261040120467151110332
Binary110111010110100010001010000100110111001101001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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