#6F1150

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

Shades of Pompadour #6F1150

Tints of Pompadour #6F1150

Color information

#6F1150 (or 0x6F1150) is unknown color: approx Pompadour. HEX triplet: 6F, 11 and 50. RGB value is (111,17,80). Sum of RGB (Red+Green+Blue) = 111+17+80=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1150 is #90EEAF. Grayscale: #343434. Windows color (decimal): -9498288 or 5247343. OLE color: 5247343.

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

Color convert

RGB1111780-
CMYK00.850.280.56
HSL319.79º73.44%25.1%-
HSV(B)319.79º84.68%43.53%-
XYZ8.24.368-
YUV52.29143.64169.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=53.37%
G=8.17%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111178000.850.280.56319.7973.4425.1
Hex6F11500551C381404919
Octal157211200125347050011131
Binary11011111000110100000101010111100111000101000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,80); }

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

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

 a { background-color: rgb(111,17,80); }

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

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

 span { border-color: rgb(111,17,80); }

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