Html Css Color HEX #6E194F Pompadour

📋 copy color: '#6E194F'

red 110 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #6E194F

Tints of Pompadour #6E194F

RGB

 RED value IS 110 (43.36% from 255) = 51.4%

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

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

R = 51.4%
G = 11.68%
B = 36.92%

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

#6E194F (or 0x6E194F) is known color: Pompadour. HEX triplet: 6E, 19 and 4F. RGB value is (110,25,79). Sum of RGB (Red+Green+Blue) = 110+25+79=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E194F is #91E6B0. Grayscale: #383838. Windows color (decimal): -9561777 or 5183854. OLE color: 5183854.

HSL color Cylindrical-coordinate representation of color #6E194F: hue angle of 321.88º 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 #6E194F is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 25 79 -
CMYK 0 0.77 0.28 0.57
HSL 321.88º 0.63% 0.26% -
HSV(B) 321.88º 0.77% 0.43% -
XYZ 8.19 4.57 7.85 -
YUV 56.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 110 25 79 0 0.77 0.28 0.57 321.88 0.63 0.26
Hex 6E 19 4F 0 4D 1C 39 142 3F 1A
Octal 156 31 117 0 115 34 71 502 77 32
Binary 1101110 11001 1001111 0 1001101 11100 111001 101000010 111111 11010

Color Harmonies of #6E194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E194F

Black with #6E194F

Text Example


Text Example

White with #6E194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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