#6D264F

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

Shades of Pompadour #6D264F

Tints of Pompadour #6D264F

Color information

#6D264F (or 0x6D264F) is unknown color: approx Pompadour. HEX triplet: 6D, 26 and 4F. RGB value is (109,38,79). Sum of RGB (Red+Green+Blue) = 109+38+79=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D264F is #92D9B0. Grayscale: #3F3F3F. Windows color (decimal): -9623985 or 5187181. OLE color: 5187181.

HSL color Cylindrical-coordinate representation of color #6D264F: hue angle of 325.35º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D264F is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1093879-
CMYK00.650.280.57
HSL325.35º48.3%28.82%-
HSV(B)325.35º65.14%42.75%-
XYZ8.415.27.96-
YUV63.9136.52160.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=48.23%
G=16.81%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109387900.650.280.57325.3548.328.82
Hex6D264F0411C39145301d
Octal15546117010134715056035
Binary11011011001101001111010000011110011100110100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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