#6D2354

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

Shades of Pompadour #6D2354

Tints of Pompadour #6D2354

Color information

#6D2354 (or 0x6D2354) is unknown color: approx Pompadour. HEX triplet: 6D, 23 and 54. RGB value is (109,35,84). Sum of RGB (Red+Green+Blue) = 109+35+84=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2354 is #92DCAB. Grayscale: #3E3E3E. Windows color (decimal): -9624748 or 5514093. OLE color: 5514093.

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

Color convert

RGB1093584-
CMYK00.680.230.57
HSL320.27º51.39%28.24%-
HSV(B)320.27º67.89%42.75%-
XYZ8.515.098.92-
YUV62.71140.02161.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=47.81%
G=15.35%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109358400.680.230.57320.2751.3928.24
Hex6D23540441739140331c
Octal15543124010427715006334
Binary11011011000111010100010001001011111100110100000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,84); }

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

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

 a { background-color: rgb(109,35,84); }

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

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

 span { border-color: rgb(109,35,84); }

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