#6F134E

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

Shades of Pompadour #6F134E

Tints of Pompadour #6F134E

Color information

#6F134E (or 0x6F134E) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 4E. RGB value is (111,19,78). Sum of RGB (Red+Green+Blue) = 111+19+78=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F134E is #90ECB1. Grayscale: #353535. Windows color (decimal): -9497778 or 5116783. OLE color: 5116783.

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

Color convert

RGB1111978-
CMYK00.830.300.56
HSL321.52º70.77%25.49%-
HSV(B)321.52º82.88%43.53%-
XYZ8.164.47.63-
YUV53.23141.98169.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=53.37%
G=9.13%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111197800.830.300.56321.5270.7725.49
Hex6F134E0531E381424719
Octal157231160123367050210731
Binary11011111001110011100101001111110111000101000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,78); }

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

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

 a { background-color: rgb(111,19,78); }

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

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

 span { border-color: rgb(111,19,78); }

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