#6C1D4A

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

Shades of Pompadour #6C1D4A

Tints of Pompadour #6C1D4A

Color information

#6C1D4A (or 0x6C1D4A) is unknown color: approx Pompadour. HEX triplet: 6C, 1D and 4A. RGB value is (108,29,74). Sum of RGB (Red+Green+Blue) = 108+29+74=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1D4A is #93E2B5. Grayscale: #393939. Windows color (decimal): -9691830 or 4857196. OLE color: 4857196.

HSL color Cylindrical-coordinate representation of color #6C1D4A: hue angle of 325.82º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1D4A is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1082974-
CMYK00.730.310.58
HSL325.82º57.66%26.86%-
HSV(B)325.82º73.15%42.35%-
XYZ7.864.566.94-
YUV57.75137.17163.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.18%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=51.18%
G=13.74%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108297400.730.310.58325.8257.6626.86
Hex6C1D4A0491F3A1463a1b
Octal15435112011137725067233
Binary1101100111011001010010010011111111101010100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,29,74); }

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

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

 a { background-color: rgb(108,29,74); }

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

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

 span { border-color: rgb(108,29,74); }

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