Html Css Color HEX #6C194C Pompadour

📋 copy color: '#6C194C'

red 108 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #6C194C

Tints of Pompadour #6C194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 51.67%
G = 11.96%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C194C (or 0x6C194C) is known color: Pompadour. HEX triplet: 6C, 19 and 4C. RGB value is (108,25,76). Sum of RGB (Red+Green+Blue) = 108+25+76=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C194C is #93E6B3. Grayscale: #373737. Windows color (decimal): -9692852 or 4987244. OLE color: 4987244.

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

Color convert

RGB 108 25 76 -
CMYK 0 0.77 0.30 0.58
HSL 323.13º 0.62% 0.26% -
HSV(B) 323.13º 0.77% 0.42% -
XYZ 7.84 4.41 7.27 -
YUV 55.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 108 25 76 0 0.77 0.30 0.58 323.13 0.62 0.26
Hex 6C 19 4C 0 4D 1E 3A 143 3E 1A
Octal 154 31 114 0 115 36 72 503 76 32
Binary 1101100 11001 1001100 0 1001101 11110 111010 101000011 111110 11010

Color Harmonies of #6C194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C194C

Black with #6C194C

Text Example


Text Example

White with #6C194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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