#6B114D

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

Shades of Pompadour #6B114D

Tints of Pompadour #6B114D

Color information

#6B114D (or 0x6B114D) is unknown color: approx Pompadour. HEX triplet: 6B, 11 and 4D. RGB value is (107,17,77). Sum of RGB (Red+Green+Blue) = 107+17+77=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B114D is #94EEB2. Grayscale: #323232. Windows color (decimal): -9760435 or 5050731. OLE color: 5050731.

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

Color convert

RGB1071777-
CMYK00.840.280.58
HSL320º72.58%24.31%-
HSV(B)320º84.11%41.96%-
XYZ7.64.067.4-
YUV50.75142.82168.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=53.23%
G=8.46%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107177700.840.280.5832072.5824.31
Hex6B114D0541C3A1404918
Octal153211150124347250011130
Binary11010111000110011010101010011100111010101000000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,77); }

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

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

 a { background-color: rgb(107,17,77); }

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

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

 span { border-color: rgb(107,17,77); }

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