Html Css Color HEX #6C194F Pompadour

📋 copy color: '#6C194F'

red 108 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #6C194F

Tints of Pompadour #6C194F

RGB

 RED value IS 108 (42.58% from 255) = 50.94%

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

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

R = 50.94%
G = 11.79%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C194F (or 0x6C194F) is known color: Pompadour. HEX triplet: 6C, 19 and 4F. RGB value is (108,25,79). Sum of RGB (Red+Green+Blue) = 108+25+79=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C194F is #93E6B0. Grayscale: #373737. Windows color (decimal): -9692849 or 5183852. OLE color: 5183852.

HSL color Cylindrical-coordinate representation of color #6C194F: hue angle of 320.96º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C194F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 25 79 -
CMYK 0 0.77 0.27 0.58
HSL 320.96º 0.62% 0.26% -
HSV(B) 320.96º 0.77% 0.42% -
XYZ 7.94 4.45 7.84 -
YUV 55.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 108 25 79 0 0.77 0.27 0.58 320.96 0.62 0.26
Hex 6C 19 4F 0 4D 1B 3A 141 3E 1A
Octal 154 31 117 0 115 33 72 501 76 32
Binary 1101100 11001 1001111 0 1001101 11011 111010 101000001 111110 11010

Color Harmonies of #6C194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C194F

Black with #6C194F

Text Example


Text Example

White with #6C194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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