#6C214C

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

Shades of Pompadour #6C214C

Tints of Pompadour #6C214C

Color information

#6C214C (or 0x6C214C) is unknown color: approx Pompadour. HEX triplet: 6C, 21 and 4C. RGB value is (108,33,76). Sum of RGB (Red+Green+Blue) = 108+33+76=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C214C is #93DEB3. Grayscale: #3C3C3C. Windows color (decimal): -9690804 or 4989292. OLE color: 4989292.

HSL color Cylindrical-coordinate representation of color #6C214C: hue angle of 325.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C214C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1083376-
CMYK00.690.300.58
HSL325.6º53.19%27.65%-
HSV(B)325.6º69.44%42.35%-
XYZ8.034.87.34-
YUV60.33136.85162-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=49.77%
G=15.21%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108337600.690.300.58325.653.1927.65
Hex6C214C0451E3A146351c
Octal15441114010536725066534
Binary11011001000011001100010001011111011101010100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,76); }

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

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

 a { background-color: rgb(108,33,76); }

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

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

 span { border-color: rgb(108,33,76); }

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