#6F254C

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

Shades of Pompadour #6F254C

Tints of Pompadour #6F254C

Color information

#6F254C (or 0x6F254C) is unknown color: approx Pompadour. HEX triplet: 6F, 25 and 4C. RGB value is (111,37,76). Sum of RGB (Red+Green+Blue) = 111+37+76=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F254C is #90DAB3. Grayscale: #3F3F3F. Windows color (decimal): -9493172 or 4990319. OLE color: 4990319.

HSL color Cylindrical-coordinate representation of color #6F254C: hue angle of 328.38º 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 #6F254C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1113776-
CMYK00.670.320.56
HSL328.38º50%29.02%-
HSV(B)328.38º66.67%43.53%-
XYZ8.525.227.4-
YUV63.57135.02161.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=49.55%
G=16.52%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111377600.670.320.56328.385029.02
Hex6F254C0432038148321d
Octal15745114010340705106235
Binary110111110010110011000100001110000011100010100100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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