Html Css Color HEX #6A294F Pompadour

📋 copy color: '#6A294F'

red 106 ◦ green 41 ◦ blue 79

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

Shades of Pompadour #6A294F

Tints of Pompadour #6A294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 46.9%
G = 18.14%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A294F (or 0x6A294F) is known color: Pompadour. HEX triplet: 6A, 29 and 4F. RGB value is (106,41,79). Sum of RGB (Red+Green+Blue) = 106+41+79=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A294F is #95D6B0. Grayscale: #404040. Windows color (decimal): -9819825 or 5187946. OLE color: 5187946.

HSL color Cylindrical-coordinate representation of color #6A294F: hue angle of 324.92º 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 #6A294F is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 41 79 -
CMYK 0 0.61 0.25 0.58
HSL 324.92º 0.44% 0.29% -
HSV(B) 324.92º 0.61% 0.42% -
XYZ 8.15 5.21 7.97 -
YUV 64.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 106 41 79 0 0.61 0.25 0.58 324.92 0.44 0.29
Hex 6A 29 4F 0 3D 19 3A 145 2C 1D
Octal 152 51 117 0 75 31 72 505 54 35
Binary 1101010 101001 1001111 0 111101 11001 111010 101000101 101100 11101

Color Harmonies of #6A294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A294F

Black with #6A294F

Text Example


Text Example

White with #6A294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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