#6C294F

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

Shades of Pompadour #6C294F

Tints of Pompadour #6C294F

Color information

#6C294F (or 0x6C294F) is unknown color: approx Pompadour. HEX triplet: 6C, 29 and 4F. RGB value is (108,41,79). Sum of RGB (Red+Green+Blue) = 108+41+79=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C294F is #93D6B0. Grayscale: #414141. Windows color (decimal): -9688753 or 5187948. OLE color: 5187948.

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

Color convert

RGB1084179-
CMYK00.620.270.58
HSL325.97º44.97%29.22%-
HSV(B)325.97º62.04%42.35%-
XYZ8.395.347.99-
YUV65.37135.7158.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.37%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=47.37%
G=17.98%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108417900.620.270.58325.9744.9729.22
Hex6C294F03E1B3A1462d1d
Octal1545111707633725065535
Binary1101100101001100111101111101101111101010100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,79); }

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

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

 a { background-color: rgb(108,41,79); }

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

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

 span { border-color: rgb(108,41,79); }

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