#6C1246

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

Shades of Pompadour #6C1246

Tints of Pompadour #6C1246

Color information

#6C1246 (or 0x6C1246) is unknown color: approx Pompadour. HEX triplet: 6C, 12 and 46. RGB value is (108,18,70). Sum of RGB (Red+Green+Blue) = 108+18+70=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1246 is #93EDB9. Grayscale: #323232. Windows color (decimal): -9694650 or 4592236. OLE color: 4592236.

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

Color convert

RGB1081870-
CMYK00.830.350.58
HSL325.33º71.43%24.71%-
HSV(B)325.33º83.33%42.35%-
XYZ7.514.066.18-
YUV50.84138.82168.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=55.10%
G=9.18%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108187000.830.350.58325.3371.4324.71
Hex6C1246053233A1454719
Octal154221060123437250510731
Binary110110010010100011001010011100011111010101000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,70); }

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

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

 a { background-color: rgb(108,18,70); }

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

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

 span { border-color: rgb(108,18,70); }

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