#6F254F

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

Shades of Pompadour #6F254F

Tints of Pompadour #6F254F

Color information

#6F254F (or 0x6F254F) is unknown color: approx Pompadour. HEX triplet: 6F, 25 and 4F. RGB value is (111,37,79). Sum of RGB (Red+Green+Blue) = 111+37+79=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F254F is #90DAB0. Grayscale: #3F3F3F. Windows color (decimal): -9493169 or 5186927. OLE color: 5186927.

HSL color Cylindrical-coordinate representation of color #6F254F: hue angle of 325.95º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F254F is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1113779-
CMYK00.670.290.56
HSL325.95º50%29.02%-
HSV(B)325.95º66.67%43.53%-
XYZ8.635.277.96-
YUV63.91136.52161.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=48.90%
G=16.30%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111377900.670.290.56325.955029.02
Hex6F254F0431D38146321d
Octal15745117010335705066235
Binary11011111001011001111010000111110111100010100011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,79); }

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

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

 a { background-color: rgb(111,37,79); }

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

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

 span { border-color: rgb(111,37,79); }

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