Html Css Color HEX #6A294C Pompadour

📋 copy color: '#6A294C'

red 106 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #6A294C

Tints of Pompadour #6A294C

RGB

 RED value IS 106 (41.8% from 255) = 47.53%

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 47.53%
G = 18.39%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A294C (or 0x6A294C) is known color: Pompadour. HEX triplet: 6A, 29 and 4C. RGB value is (106,41,76). Sum of RGB (Red+Green+Blue) = 106+41+76=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A294C is #95D6B3. Grayscale: #404040. Windows color (decimal): -9819828 or 4991338. OLE color: 4991338.

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

Color convert

RGB 106 41 76 -
CMYK 0 0.61 0.28 0.58
HSL 327.69º 0.44% 0.29% -
HSV(B) 327.69º 0.61% 0.42% -
XYZ 8.04 5.17 7.41 -
YUV 64.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 106 41 76 0 0.61 0.28 0.58 327.69 0.44 0.29
Hex 6A 29 4C 0 3D 1C 3A 148 2C 1D
Octal 152 51 114 0 75 34 72 510 54 35
Binary 1101010 101001 1001100 0 111101 11100 111010 101001000 101100 11101

Color Harmonies of #6A294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A294C

Black with #6A294C

Text Example


Text Example

White with #6A294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A294C;
 }
 .AnyTagClassName
 {
   color: #6A294C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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