#6C144E

Color #6C144E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6C144E

Tints of Pompadour #6C144E

Color information

#6C144E (or 0x6C144E) is unknown color: approx Pompadour. HEX triplet: 6C, 14 and 4E. RGB value is (108,20,78). Sum of RGB (Red+Green+Blue) = 108+20+78=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C144E is #93EBB1. Grayscale: #343434. Windows color (decimal): -9694130 or 5117036. OLE color: 5117036.

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

Color convert

RGB1082078-
CMYK00.810.280.58
HSL320.45º68.75%25.1%-
HSV(B)320.45º81.48%42.35%-
XYZ7.814.247.61-
YUV52.92142.15167.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.43%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=52.43%
G=9.71%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108207800.810.280.58320.4568.7525.1
Hex6C144E0511C3A1404519
Octal154241160121347250010531
Binary11011001010010011100101000111100111010101000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C144E;
 }
 .AnyTagClassName
 {
   color: #6C144E;
 }
</style>
background-color css

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

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

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

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

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

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