Html Css Color HEX #6D1644 Pompadour

📋 copy color: '#6D1644'

red 109 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #6D1644

Tints of Pompadour #6D1644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

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

R = 54.77%
G = 11.06%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D1644 (or 0x6D1644) is known color: Pompadour. HEX triplet: 6D, 16 and 44. RGB value is (109,22,68). Sum of RGB (Red+Green+Blue) = 109+22+68=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1644 is #92E9BB. Grayscale: #353535. Windows color (decimal): -9628092 or 4462189. OLE color: 4462189.

HSL color Cylindrical-coordinate representation of color #6D1644: hue angle of 328.28º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1644 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 68 -
CMYK 0 0.80 0.38 0.57
HSL 328.28º 0.66% 0.26% -
HSV(B) 328.28º 0.8% 0.43% -
XYZ 7.64 4.24 5.89 -
YUV 53.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 109 22 68 0 0.80 0.38 0.57 328.28 0.66 0.26
Hex 6D 16 44 0 50 26 39 148 42 1A
Octal 155 26 104 0 120 46 71 510 102 32
Binary 1101101 10110 1000100 0 1010000 100110 111001 101001000 1000010 11010

Color Harmonies of #6D1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1644

Black with #6D1644

Text Example


Text Example

White with #6D1644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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