#6F164C

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

Shades of Pompadour #6F164C

Tints of Pompadour #6F164C

Color information

#6F164C (or 0x6F164C) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 4C. RGB value is (111,22,76). Sum of RGB (Red+Green+Blue) = 111+22+76=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F164C is #90E9B3. Grayscale: #363636. Windows color (decimal): -9497012 or 4986479. OLE color: 4986479.

HSL color Cylindrical-coordinate representation of color #6F164C: hue angle of 323.6º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F164C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1112276-
CMYK00.800.320.56
HSL323.6º66.92%26.08%-
HSV(B)323.6º80.18%43.53%-
XYZ8.154.487.27-
YUV54.77139.99168.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=53.11%
G=10.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111227600.800.320.56323.666.9226.08
Hex6F164C0502038144431a
Octal157261140120407050410332
Binary110111110110100110001010000100000111000101000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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