#6F204F

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

Shades of Pompadour #6F204F

Tints of Pompadour #6F204F

Color information

#6F204F (or 0x6F204F) is unknown color: approx Pompadour. HEX triplet: 6F, 20 and 4F. RGB value is (111,32,79). Sum of RGB (Red+Green+Blue) = 111+32+79=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F204F is #90DFB0. Grayscale: #3C3C3C. Windows color (decimal): -9494449 or 5185647. OLE color: 5185647.

HSL color Cylindrical-coordinate representation of color #6F204F: hue angle of 324.3º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F204F is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1113279-
CMYK00.710.290.56
HSL324.3º55.24%28.04%-
HSV(B)324.3º71.17%43.53%-
XYZ8.484.987.91-
YUV60.98138.17163.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=50%
G=14.41%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111327900.710.290.56324.355.2428.04
Hex6F204F0471D38144371c
Octal15740117010735705046734
Binary11011111000001001111010001111110111100010100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,79); }

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

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

 a { background-color: rgb(111,32,79); }

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

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

 span { border-color: rgb(111,32,79); }

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