#6E2653

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

Shades of Pompadour #6E2653

Tints of Pompadour #6E2653

Color information

#6E2653 (or 0x6E2653) is unknown color: approx Pompadour. HEX triplet: 6E, 26 and 53. RGB value is (110,38,83). Sum of RGB (Red+Green+Blue) = 110+38+83=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2653 is #91D9AC. Grayscale: #404040. Windows color (decimal): -9558445 or 5449326. OLE color: 5449326.

HSL color Cylindrical-coordinate representation of color #6E2653: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2653 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1103883-
CMYK00.650.250.57
HSL322.5º48.65%29.02%-
HSV(B)322.5º65.45%43.14%-
XYZ8.685.338.75-
YUV64.66138.35160.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=47.62%
G=16.45%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110388300.650.250.57322.548.6529.02
Hex6E26530411939142311d
Octal15646123010131715026135
Binary11011101001101010011010000011100111100110100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,83); }

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

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

 a { background-color: rgb(110,38,83); }

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

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

 span { border-color: rgb(110,38,83); }

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