Html Css Color HEX #6A2948 Pompadour

📋 copy color: '#6A2948'

red 106 ◦ green 41 ◦ blue 72

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

Shades of Pompadour #6A2948

Tints of Pompadour #6A2948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 48.4%
G = 18.72%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A2948 (or 0x6A2948) is known color: Pompadour. HEX triplet: 6A, 29 and 48. RGB value is (106,41,72). Sum of RGB (Red+Green+Blue) = 106+41+72=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2948 is #95D6B7. Grayscale: #3F3F3F. Windows color (decimal): -9819832 or 4729194. OLE color: 4729194.

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

Color convert

RGB 106 41 72 -
CMYK 0 0.61 0.32 0.58
HSL 331.38º 0.44% 0.29% -
HSV(B) 331.38º 0.61% 0.42% -
XYZ 7.91 5.12 6.7 -
YUV 63.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 106 41 72 0 0.61 0.32 0.58 331.38 0.44 0.29
Hex 6A 29 48 0 3D 20 3A 14B 2C 1D
Octal 152 51 110 0 75 40 72 513 54 35
Binary 1101010 101001 1001000 0 111101 100000 111010 101001011 101100 11101

Color Harmonies of #6A2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2948

Black with #6A2948

Text Example


Text Example

White with #6A2948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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