#6C1148

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

Shades of Pompadour #6C1148

Tints of Pompadour #6C1148

Color information

#6C1148 (or 0x6C1148) is unknown color: approx Pompadour. HEX triplet: 6C, 11 and 48. RGB value is (108,17,72). Sum of RGB (Red+Green+Blue) = 108+17+72=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1148 is #93EEB7. Grayscale: #323232. Windows color (decimal): -9694904 or 4723052. OLE color: 4723052.

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

Color convert

RGB1081772-
CMYK00.840.330.58
HSL323.74º72.8%24.51%-
HSV(B)323.74º84.26%42.35%-
XYZ7.554.066.52-
YUV50.48140.15169.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.82%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=54.82%
G=8.63%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108177200.840.330.58323.7472.824.51
Hex6C1148054213A1444919
Octal154211100124417250411131
Binary110110010001100100001010100100001111010101000100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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