Html Css Color HEX #6C194E Pompadour

📋 copy color: '#6C194E'

red 108 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #6C194E

Tints of Pompadour #6C194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 51.18%
G = 11.85%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C194E (or 0x6C194E) is known color: Pompadour. HEX triplet: 6C, 19 and 4E. RGB value is (108,25,78). Sum of RGB (Red+Green+Blue) = 108+25+78=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C194E is #93E6B1. Grayscale: #373737. Windows color (decimal): -9692850 or 5118316. OLE color: 5118316.

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

Color convert

RGB 108 25 78 -
CMYK 0 0.77 0.28 0.58
HSL 321.69º 0.62% 0.26% -
HSV(B) 321.69º 0.77% 0.42% -
XYZ 7.91 4.43 7.65 -
YUV 55.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 108 25 78 0 0.77 0.28 0.58 321.69 0.62 0.26
Hex 6C 19 4E 0 4D 1C 3A 142 3E 1A
Octal 154 31 116 0 115 34 72 502 76 32
Binary 1101100 11001 1001110 0 1001101 11100 111010 101000010 111110 11010

Color Harmonies of #6C194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C194E

Black with #6C194E

Text Example


Text Example

White with #6C194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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