Html Css Color HEX #6D194F Pompadour

📋 copy color: '#6D194F'

red 109 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #6D194F

Tints of Pompadour #6D194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 51.17%
G = 11.74%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D194F (or 0x6D194F) is known color: Pompadour. HEX triplet: 6D, 19 and 4F. RGB value is (109,25,79). Sum of RGB (Red+Green+Blue) = 109+25+79=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D194F is #92E6B0. Grayscale: #383838. Windows color (decimal): -9627313 or 5183853. OLE color: 5183853.

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

Color convert

RGB 109 25 79 -
CMYK 0 0.77 0.28 0.57
HSL 321.43º 0.63% 0.26% -
HSV(B) 321.43º 0.77% 0.43% -
XYZ 8.07 4.51 7.84 -
YUV 56.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 109 25 79 0 0.77 0.28 0.57 321.43 0.63 0.26
Hex 6D 19 4F 0 4D 1C 39 141 3F 1A
Octal 155 31 117 0 115 34 71 501 77 32
Binary 1101101 11001 1001111 0 1001101 11100 111001 101000001 111111 11010

Color Harmonies of #6D194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D194F

Black with #6D194F

Text Example


Text Example

White with #6D194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,79); }

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

background-color css

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

 a { background-color: rgb(109,25,79); }

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

border-color css

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

 span { border-color: rgb(109,25,79); }

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