Html Css Color HEX #6D164E Pompadour

📋 copy color: '#6D164E'

red 109 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #6D164E

Tints of Pompadour #6D164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 52.15%
G = 10.53%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D164E (or 0x6D164E) is known color: Pompadour. HEX triplet: 6D, 16 and 4E. RGB value is (109,22,78). Sum of RGB (Red+Green+Blue) = 109+22+78=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D164E is #92E9B1. Grayscale: #363636. Windows color (decimal): -9628082 or 5117549. OLE color: 5117549.

HSL color Cylindrical-coordinate representation of color #6D164E: hue angle of 321.38º 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 #6D164E is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 78 -
CMYK 0 0.80 0.28 0.57
HSL 321.38º 0.66% 0.26% -
HSV(B) 321.38º 0.8% 0.43% -
XYZ 7.97 4.38 7.63 -
YUV 54.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 109 22 78 0 0.80 0.28 0.57 321.38 0.66 0.26
Hex 6D 16 4E 0 50 1C 39 141 42 1A
Octal 155 26 116 0 120 34 71 501 102 32
Binary 1101101 10110 1001110 0 1010000 11100 111001 101000001 1000010 11010

Color Harmonies of #6D164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D164E

Black with #6D164E

Text Example


Text Example

White with #6D164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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