Html Css Color HEX #6C1141 Pompadour

📋 copy color: '#6C1141'

red 108 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #6C1141

Tints of Pompadour #6C1141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 56.84%
G = 8.95%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C1141 (or 0x6C1141) is known color: Pompadour. HEX triplet: 6C, 11 and 41. RGB value is (108,17,65). Sum of RGB (Red+Green+Blue) = 108+17+65=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1141 is #93EEBE. Grayscale: #313131. Windows color (decimal): -9694911 or 4264300. OLE color: 4264300.

HSL color Cylindrical-coordinate representation of color #6C1141: hue angle of 328.35º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1141 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 17 65 -
CMYK 0 0.84 0.40 0.58
HSL 328.35º 0.73% 0.25% -
HSV(B) 328.35º 0.84% 0.42% -
XYZ 7.34 3.97 5.38 -
YUV 49.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 108 17 65 0 0.84 0.40 0.58 328.35 0.73 0.25
Hex 6C 11 41 0 54 28 3A 148 49 19
Octal 154 21 101 0 124 50 72 510 111 31
Binary 1101100 10001 1000001 0 1010100 101000 111010 101001000 1001001 11001

Color Harmonies of #6C1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1141

Black with #6C1141

Text Example


Text Example

White with #6C1141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,65); }

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

background-color css

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

 a { background-color: rgb(108,17,65); }

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

border-color css

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

 span { border-color: rgb(108,17,65); }

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