#6B164E

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

Shades of Pompadour #6B164E

Tints of Pompadour #6B164E

Color information

#6B164E (or 0x6B164E) is unknown color: approx Pompadour. HEX triplet: 6B, 16 and 4E. RGB value is (107,22,78). Sum of RGB (Red+Green+Blue) = 107+22+78=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B164E is #94E9B1. Grayscale: #353535. Windows color (decimal): -9759154 or 5117547. OLE color: 5117547.

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

Color convert

RGB1072278-
CMYK00.790.270.58
HSL320.47º65.89%25.29%-
HSV(B)320.47º79.44%41.96%-
XYZ7.734.257.62-
YUV53.8141.66165.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.69%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=51.69%
G=10.63%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107227800.790.270.58320.4765.8925.29
Hex6B164E04F1B3A1404219
Octal153261160117337250010231
Binary11010111011010011100100111111011111010101000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,78); }

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

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

 a { background-color: rgb(107,22,78); }

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

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

 span { border-color: rgb(107,22,78); }

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