#68294C

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

Shades of Pompadour #68294C

Tints of Pompadour #68294C

Color information

#68294C (or 0x68294C) is unknown color: approx Pompadour. HEX triplet: 68, 29 and 4C. RGB value is (104,41,76). Sum of RGB (Red+Green+Blue) = 104+41+76=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68294C is #97D6B3. Grayscale: #3F3F3F. Windows color (decimal): -9950900 or 4991336. OLE color: 4991336.

HSL color Cylindrical-coordinate representation of color #68294C: hue angle of 326.67º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68294C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1044176-
CMYK00.610.270.59
HSL326.67º43.45%28.43%-
HSV(B)326.67º60.58%40.78%-
XYZ7.815.057.4-
YUV63.83134.87156.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=47.06%
G=18.55%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104417600.610.270.59326.6743.4528.43
Hex68294C03D1B3B1472b1c
Octal1505111407533735075334
Binary1101000101001100110001111011101111101110100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68294C; }

 p { color: rgb(104,41,76); }

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

<style>
 a { background-color: #68294C; }

 a { background-color: rgb(104,41,76); }

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

<style>
 span { border-color: #68294C; }

 span { border-color: rgb(104,41,76); }

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