Html Css Color HEX #6D104E Pompadour

📋 copy color: '#6D104E'

red 109 ◦ green 16 ◦ blue 78

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

Shades of Pompadour #6D104E

Tints of Pompadour #6D104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 53.69%
G = 7.88%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D104E (or 0x6D104E) is known color: Pompadour. HEX triplet: 6D, 10 and 4E. RGB value is (109,16,78). Sum of RGB (Red+Green+Blue) = 109+16+78=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D104E is #92EFB1. Grayscale: #323232. Windows color (decimal): -9629618 or 5116013. OLE color: 5116013.

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

Color convert

RGB 109 16 78 -
CMYK 0 0.85 0.28 0.57
HSL 320º 0.74% 0.25% -
HSV(B) 320º 0.85% 0.43% -
XYZ 7.87 4.17 7.6 -
YUV 50.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 109 16 78 0 0.85 0.28 0.57 320 0.74 0.25
Hex 6D 10 4E 0 55 1C 39 140 4A 19
Octal 155 20 116 0 125 34 71 500 112 31
Binary 1101101 10000 1001110 0 1010101 11100 111001 101000000 1001010 11001

Color Harmonies of #6D104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D104E

Black with #6D104E

Text Example


Text Example

White with #6D104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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