#6F154E

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

Shades of Pompadour #6F154E

Tints of Pompadour #6F154E

Color information

#6F154E (or 0x6F154E) is unknown color: approx Pompadour. HEX triplet: 6F, 15 and 4E. RGB value is (111,21,78). Sum of RGB (Red+Green+Blue) = 111+21+78=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F154E is #90EAB1. Grayscale: #363636. Windows color (decimal): -9497266 or 5117295. OLE color: 5117295.

HSL color Cylindrical-coordinate representation of color #6F154E: hue angle of 322º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F154E is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1112178-
CMYK00.810.300.56
HSL322º68.18%25.88%-
HSV(B)322º81.08%43.53%-
XYZ8.24.477.64-
YUV54.41141.32168.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=52.86%
G=10%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111217800.810.300.5632268.1825.88
Hex6F154E0511E38142441a
Octal157251160121367050210432
Binary11011111010110011100101000111110111000101000010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,78); }

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

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

 a { background-color: rgb(111,21,78); }

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

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

 span { border-color: rgb(111,21,78); }

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