#6f264f

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

Shades of Pompadour #6F264F

Tints of Pompadour #6F264F

Color information

#6F264F (or 0x6F264F) is unknown color: approx Pompadour. HEX triplet: 6F, 26 and 4F. RGB value is (111,38,79). Sum of RGB (Red+Green+Blue) = 111+38+79=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F264F is #90D9B0. Grayscale: #404040. Windows color (decimal): -9492913 or 5187183. OLE color: 5187183.

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

Color convert

RGB1113879-
CMYK00.660.290.56
HSL326.3º48.99%29.22%-
HSV(B)326.3º65.77%43.53%-
XYZ8.665.337.97-
YUV64.5136.18161.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=48.68%
G=16.67%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111387900.660.290.56326.348.9929.22
Hex6F264F0421D38146311d
Octal15746117010235705066135
Binary11011111001101001111010000101110111100010100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f264f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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