#6F154C

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

Shades of Pompadour #6F154C

Tints of Pompadour #6F154C

Color information

#6F154C (or 0x6F154C) is unknown color: approx Pompadour. HEX triplet: 6F, 15 and 4C. RGB value is (111,21,76). Sum of RGB (Red+Green+Blue) = 111+21+76=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F154C is #90EAB3. Grayscale: #363636. Windows color (decimal): -9497268 or 4986223. OLE color: 4986223.

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

Color convert

RGB1112176-
CMYK00.810.320.56
HSL323.33º68.18%25.88%-
HSV(B)323.33º81.08%43.53%-
XYZ8.134.447.27-
YUV54.18140.32168.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=53.37%
G=10.10%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111217600.810.320.56323.3368.1825.88
Hex6F154C0512038143441a
Octal157251140121407050310432
Binary110111110101100110001010001100000111000101000011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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