#6F294E

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

Shades of Pompadour #6F294E

Tints of Pompadour #6F294E

Color information

#6F294E (or 0x6F294E) is unknown color: approx Pompadour. HEX triplet: 6F, 29 and 4E. RGB value is (111,41,78). Sum of RGB (Red+Green+Blue) = 111+41+78=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F294E is #90D6B1. Grayscale: #424242. Windows color (decimal): -9492146 or 5122415. OLE color: 5122415.

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

Color convert

RGB1114178-
CMYK00.630.300.56
HSL328.29º46.05%29.8%-
HSV(B)328.29º63.06%43.53%-
XYZ8.725.527.81-
YUV66.15134.69159.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=48.26%
G=17.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111417800.630.300.56328.2946.0529.8
Hex6F294E03F1E381482e1e
Octal1575111607736705105636
Binary1101111101001100111001111111111011100010100100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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