#6F1854

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

Shades of Pompadour #6F1854

Tints of Pompadour #6F1854

Color information

#6F1854 (or 0x6F1854) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 54. RGB value is (111,24,84). Sum of RGB (Red+Green+Blue) = 111+24+84=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1854 is #90E7AB. Grayscale: #383838. Windows color (decimal): -9496492 or 5511279. OLE color: 5511279.

HSL color Cylindrical-coordinate representation of color #6F1854: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1854 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1112484-
CMYK00.780.240.56
HSL318.62º64.44%26.47%-
HSV(B)318.62º78.38%43.53%-
XYZ8.484.678.84-
YUV56.85143.32166.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.68%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=50.68%
G=10.96%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111248400.780.240.56318.6264.4426.47
Hex6F185404E183813f401a
Octal157301240116307047710032
Binary11011111100010101000100111011000111000100111111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,84); }

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

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

 a { background-color: rgb(111,24,84); }

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

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

 span { border-color: rgb(111,24,84); }

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