Html Css Color HEX #68304E Pompadour

📋 copy color: '#68304E'

red 104 ◦ green 48 ◦ blue 78

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

Shades of Pompadour #68304E

Tints of Pompadour #68304E

RGB

 RED value IS 104 (41.02% from 255) = 45.22%

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 45.22%
G = 20.87%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68304E (or 0x68304E) is known color: Pompadour. HEX triplet: 68, 30 and 4E. RGB value is (104,48,78). Sum of RGB (Red+Green+Blue) = 104+48+78=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68304E is #97CFB1. Grayscale: #444444. Windows color (decimal): -9949106 or 5124200. OLE color: 5124200.

HSL color Cylindrical-coordinate representation of color #68304E: hue angle of 327.86º 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 #68304E is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 78 -
CMYK 0 0.54 0.25 0.59
HSL 327.86º 0.37% 0.3% -
HSV(B) 327.86º 0.54% 0.41% -
XYZ 8.14 5.61 7.86 -
YUV 68.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 104 48 78 0 0.54 0.25 0.59 327.86 0.37 0.3
Hex 68 30 4E 0 36 19 3B 148 25 1E
Octal 150 60 116 0 66 31 73 510 45 36
Binary 1101000 110000 1001110 0 110110 11001 111011 101001000 100101 11110

Color Harmonies of #68304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68304E

Black with #68304E

Text Example


Text Example

White with #68304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68304E;
 }
 .AnyTagClassName
 {
   color: #68304E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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