#6F1950

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

Shades of Pompadour #6F1950

Tints of Pompadour #6F1950

Color information

#6F1950 (or 0x6F1950) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 50. RGB value is (111,25,80). Sum of RGB (Red+Green+Blue) = 111+25+80=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1950 is #90E6AF. Grayscale: #383838. Windows color (decimal): -9496240 or 5249391. OLE color: 5249391.

HSL color Cylindrical-coordinate representation of color #6F1950: hue angle of 321.63º 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 #6F1950 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1112580-
CMYK00.770.280.56
HSL321.63º63.24%26.67%-
HSV(B)321.63º77.48%43.53%-
XYZ8.354.658.05-
YUV56.98140.99166.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=51.39%
G=11.57%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111258000.770.280.56321.6363.2426.67
Hex6F195004D1C381423f1b
Octal15731120011534705027733
Binary1101111110011010000010011011110011100010100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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