Html Css Color HEX #68304F Pompadour

📋 copy color: '#68304F'

red 104 ◦ green 48 ◦ blue 79

#68304F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #68304F

Tints of Pompadour #68304F

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.2%

R = 45.02%
G = 20.78%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68304F (or 0x68304F) is known color: 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

RGB 104 48 79 -
CMYK 0 0.54 0.24 0.59
HSL 326.79º 0.37% 0.3% -
HSV(B) 326.79º 0.54% 0.41% -
XYZ 8.18 5.62 8.05 -
YUV 68.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 104 48 79 0 0.54 0.24 0.59 326.79 0.37 0.3
Hex 68 30 4F 0 36 18 3B 147 25 1E
Octal 150 60 117 0 66 30 73 507 45 36
Binary 1101000 110000 1001111 0 110110 11000 111011 101000111 100101 11110

Color Harmonies of #68304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68304F

Black with #68304F

Text Example


Text Example

White with #68304F

Text Example


Text Example

HTML Codes & Css Web 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>