#6B1E51

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

Shades of Pompadour #6B1E51

Tints of Pompadour #6B1E51

Color information

#6B1E51 (or 0x6B1E51) is unknown color: approx Pompadour. HEX triplet: 6B, 1E and 51. RGB value is (107,30,81). Sum of RGB (Red+Green+Blue) = 107+30+81=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E51 is #94E1AE. Grayscale: #3A3A3A. Windows color (decimal): -9757103 or 5316203. OLE color: 5316203.

HSL color Cylindrical-coordinate representation of color #6B1E51: hue angle of 320.26º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E51 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1073081-
CMYK00.720.240.58
HSL320.26º56.2%26.86%-
HSV(B)320.26º71.96%41.96%-
XYZ8.014.658.26-
YUV58.84140.51162.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=49.08%
G=13.76%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107308100.720.240.58320.2656.226.86
Hex6B1E51048183A140381b
Octal15336121011030725007033
Binary1101011111101010001010010001100011101010100000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,81); }

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

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

 a { background-color: rgb(107,30,81); }

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

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

 span { border-color: rgb(107,30,81); }

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