#6F1050

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

Shades of Pompadour #6F1050

Tints of Pompadour #6F1050

Color information

#6F1050 (or 0x6F1050) is unknown color: approx Pompadour. HEX triplet: 6F, 10 and 50. RGB value is (111,16,80). Sum of RGB (Red+Green+Blue) = 111+16+80=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1050 is #90EFAF. Grayscale: #333333. Windows color (decimal): -9498544 or 5247087. OLE color: 5247087.

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

Color convert

RGB1111680-
CMYK00.860.280.56
HSL319.58º74.8%24.9%-
HSV(B)319.58º85.59%43.53%-
XYZ8.194.337.99-
YUV51.7143.97170.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=53.62%
G=7.73%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111168000.860.280.56319.5874.824.9
Hex6F10500561C381404b19
Octal157201200126347050011331
Binary11011111000010100000101011011100111000101000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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