Html Css Color HEX #6D274E Pompadour

📋 copy color: '#6D274E'

red 109 ◦ green 39 ◦ blue 78

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

Shades of Pompadour #6D274E

Tints of Pompadour #6D274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 48.23%
G = 17.26%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D274E (or 0x6D274E) is known color: Pompadour. HEX triplet: 6D, 27 and 4E. RGB value is (109,39,78). Sum of RGB (Red+Green+Blue) = 109+39+78=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D274E is #92D8B1. Grayscale: #404040. Windows color (decimal): -9623730 or 5121901. OLE color: 5121901.

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

Color convert

RGB 109 39 78 -
CMYK 0 0.64 0.28 0.57
HSL 326.57º 0.47% 0.29% -
HSV(B) 326.57º 0.64% 0.43% -
XYZ 8.41 5.25 7.78 -
YUV 64.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 109 39 78 0 0.64 0.28 0.57 326.57 0.47 0.29
Hex 6D 27 4E 0 40 1C 39 147 2F 1D
Octal 155 47 116 0 100 34 71 507 57 35
Binary 1101101 100111 1001110 0 1000000 11100 111001 101000111 101111 11101

Color Harmonies of #6D274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D274E

Black with #6D274E

Text Example


Text Example

White with #6D274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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