#6f1954

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

Shades of Pompadour #6F1954

Tints of Pompadour #6F1954

Color information

#6F1954 (or 0x6F1954) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 54. RGB value is (111,25,84). Sum of RGB (Red+Green+Blue) = 111+25+84=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1954 is #90E6AB. Grayscale: #393939. Windows color (decimal): -9496236 or 5511535. OLE color: 5511535.

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

Color convert

RGB1112584-
CMYK00.770.240.56
HSL318.84º63.24%26.67%-
HSV(B)318.84º77.48%43.53%-
XYZ8.54.718.85-
YUV57.44142.99166.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=50.45%
G=11.36%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111258400.770.240.56318.8463.2426.67
Hex6F195404D183813f3f1b
Octal15731124011530704777733
Binary1101111110011010100010011011100011100010011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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