Html Css Color HEX #6D174F Pompadour

📋 copy color: '#6D174F'

red 109 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #6D174F

Tints of Pompadour #6D174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 51.66%
G = 10.9%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D174F (or 0x6D174F) is known color: Pompadour. HEX triplet: 6D, 17 and 4F. RGB value is (109,23,79). Sum of RGB (Red+Green+Blue) = 109+23+79=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D174F is #92E8B0. Grayscale: #363636. Windows color (decimal): -9627825 or 5183341. OLE color: 5183341.

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

Color convert

RGB 109 23 79 -
CMYK 0 0.79 0.28 0.57
HSL 320.93º 0.65% 0.26% -
HSV(B) 320.93º 0.79% 0.43% -
XYZ 8.02 4.43 7.83 -
YUV 55.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 109 23 79 0 0.79 0.28 0.57 320.93 0.65 0.26
Hex 6D 17 4F 0 4F 1C 39 141 41 1A
Octal 155 27 117 0 117 34 71 501 101 32
Binary 1101101 10111 1001111 0 1001111 11100 111001 101000001 1000001 11010

Color Harmonies of #6D174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D174F

Black with #6D174F

Text Example


Text Example

White with #6D174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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