Html Css Color HEX #6D234E Pompadour

📋 copy color: '#6D234E'

red 109 ◦ green 35 ◦ blue 78

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

Shades of Pompadour #6D234E

Tints of Pompadour #6D234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 49.1%
G = 15.77%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D234E (or 0x6D234E) is known color: Pompadour. HEX triplet: 6D, 23 and 4E. RGB value is (109,35,78). Sum of RGB (Red+Green+Blue) = 109+35+78=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D234E is #92DCB1. Grayscale: #3D3D3D. Windows color (decimal): -9624754 or 5120877. OLE color: 5120877.

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

Color convert

RGB 109 35 78 -
CMYK 0 0.68 0.28 0.57
HSL 325.14º 0.51% 0.28% -
HSV(B) 325.14º 0.68% 0.43% -
XYZ 8.28 5 7.74 -
YUV 62.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 109 35 78 0 0.68 0.28 0.57 325.14 0.51 0.28
Hex 6D 23 4E 0 44 1C 39 145 33 1C
Octal 155 43 116 0 104 34 71 505 63 34
Binary 1101101 100011 1001110 0 1000100 11100 111001 101000101 110011 11100

Color Harmonies of #6D234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D234E

Black with #6D234E

Text Example


Text Example

White with #6D234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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