#68304F

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

Shades of Pompadour #68304F

Tints of Pompadour #68304F

Color information

#68304F (or 0x68304F) is unknown color: approx Pompadour. HEX triplet: 68, 30 and 4F. RGB value is (104,48,79). Sum of RGB (Red+Green+Blue) = 104+48+79=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68304F is #97CFB0. Grayscale: #444444. Windows color (decimal): -9949105 or 5189736. OLE color: 5189736.

HSL color Cylindrical-coordinate representation of color #68304F: hue angle of 326.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68304F is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1044879-
CMYK00.540.240.59
HSL326.79º36.84%29.8%-
HSV(B)326.79º53.85%40.78%-
XYZ8.185.628.05-
YUV68.28134.05153.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=45.02%
G=20.78%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104487900.540.240.59326.7936.8429.8
Hex68304F036183B147251e
Octal1506011706630735074536
Binary1101000110000100111101101101100011101110100011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68304F; }

 p { color: rgb(104,48,79); }

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

<style>
 a { background-color: #68304F; }

 a { background-color: rgb(104,48,79); }

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

<style>
 span { border-color: #68304F; }

 span { border-color: rgb(104,48,79); }

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