#6F164E

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

Shades of Pompadour #6F164E

Tints of Pompadour #6F164E

Color information

#6F164E (or 0x6F164E) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 4E. RGB value is (111,22,78). Sum of RGB (Red+Green+Blue) = 111+22+78=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F164E is #90E9B1. Grayscale: #363636. Windows color (decimal): -9497010 or 5117551. OLE color: 5117551.

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

Color convert

RGB1112278-
CMYK00.800.300.56
HSL322.25º66.92%26.08%-
HSV(B)322.25º80.18%43.53%-
XYZ8.224.57.64-
YUV55140.99167.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=52.61%
G=10.43%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111227800.800.300.56322.2566.9226.08
Hex6F164E0501E38142431a
Octal157261160120367050210332
Binary11011111011010011100101000011110111000101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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