#6e1954

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

Shades of Pompadour #6E1954

Tints of Pompadour #6E1954

Color information

#6E1954 (or 0x6E1954) is unknown color: approx Pompadour. HEX triplet: 6E, 19 and 54. RGB value is (110,25,84). Sum of RGB (Red+Green+Blue) = 110+25+84=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1954 is #91E6AB. Grayscale: #383838. Windows color (decimal): -9561772 or 5511534. OLE color: 5511534.

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

Color convert

RGB1102584-
CMYK00.770.240.57
HSL318.35º62.96%26.47%-
HSV(B)318.35º77.27%43.14%-
XYZ8.384.658.84-
YUV57.14143.16165.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=50.23%
G=11.42%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110258400.770.240.57318.3562.9626.47
Hex6E195404D183913e3f1a
Octal15631124011530714767732
Binary1101110110011010100010011011100011100110011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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