#6E1C54

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

Shades of Pompadour #6E1C54

Tints of Pompadour #6E1C54

Color information

#6E1C54 (or 0x6E1C54) is unknown color: approx Pompadour. HEX triplet: 6E, 1C and 54. RGB value is (110,28,84). Sum of RGB (Red+Green+Blue) = 110+28+84=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C54 is #91E3AB. Grayscale: #3A3A3A. Windows color (decimal): -9561004 or 5512302. OLE color: 5512302.

HSL color Cylindrical-coordinate representation of color #6E1C54: hue angle of 319.02º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1C54 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB1102884-
CMYK00.750.240.57
HSL319.02º59.42%27.06%-
HSV(B)319.02º74.55%43.14%-
XYZ8.454.798.87-
YUV58.9142.17164.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=49.55%
G=12.61%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110288400.750.240.57319.0259.4227.06
Hex6E1C5404B183913f3b1b
Octal15634124011330714777333
Binary1101110111001010100010010111100011100110011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,84); }

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

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

 a { background-color: rgb(110,28,84); }

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

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

 span { border-color: rgb(110,28,84); }

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