Html Css Color HEX #6D2644 Pompadour

📋 copy color: '#6D2644'

red 109 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #6D2644

Tints of Pompadour #6D2644

RGB

 RED value IS 109 (42.97% from 255) = 50.7%

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 50.7%
G = 17.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D2644 (or 0x6D2644) is known color: Pompadour. HEX triplet: 6D, 26 and 44. RGB value is (109,38,68). Sum of RGB (Red+Green+Blue) = 109+38+68=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2644 is #92D9BB. Grayscale: #3E3E3E. Windows color (decimal): -9623996 or 4466285. OLE color: 4466285.

HSL color Cylindrical-coordinate representation of color #6D2644: hue angle of 334.65º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2644 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 38 68 -
CMYK 0 0.65 0.38 0.57
HSL 334.65º 0.48% 0.29% -
HSV(B) 334.65º 0.65% 0.43% -
XYZ 8.04 5.05 6.02 -
YUV 62.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 109 38 68 0 0.65 0.38 0.57 334.65 0.48 0.29
Hex 6D 26 44 0 41 26 39 14F 30 1D
Octal 155 46 104 0 101 46 71 517 60 35
Binary 1101101 100110 1000100 0 1000001 100110 111001 101001111 110000 11101

Color Harmonies of #6D2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2644

Black with #6D2644

Text Example


Text Example

White with #6D2644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,38,68); }

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

background-color css

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

 a { background-color: rgb(109,38,68); }

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

border-color css

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

 span { border-color: rgb(109,38,68); }

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