Html Css Color HEX #6D2246 Pompadour

📋 copy color: '#6D2246'

red 109 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #6D2246

Tints of Pompadour #6D2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 51.17%
G = 15.96%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D2246 (or 0x6D2246) is known color: Pompadour. HEX triplet: 6D, 22 and 46. RGB value is (109,34,70). Sum of RGB (Red+Green+Blue) = 109+34+70=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2246 is #92DDB9. Grayscale: #3C3C3C. Windows color (decimal): -9625018 or 4596333. OLE color: 4596333.

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

Color convert

RGB 109 34 70 -
CMYK 0 0.69 0.36 0.57
HSL 331.2º 0.52% 0.28% -
HSV(B) 331.2º 0.69% 0.43% -
XYZ 7.98 4.84 6.31 -
YUV 60.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 109 34 70 0 0.69 0.36 0.57 331.2 0.52 0.28
Hex 6D 22 46 0 45 24 39 14B 34 1C
Octal 155 42 106 0 105 44 71 513 64 34
Binary 1101101 100010 1000110 0 1000101 100100 111001 101001011 110100 11100

Color Harmonies of #6D2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2246

Black with #6D2246

Text Example


Text Example

White with #6D2246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,70); }

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

background-color css

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

 a { background-color: rgb(109,34,70); }

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

border-color css

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

 span { border-color: rgb(109,34,70); }

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