#6B224E

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

Shades of Pompadour #6B224E

Tints of Pompadour #6B224E

Color information

#6B224E (or 0x6B224E) is unknown color: approx Pompadour. HEX triplet: 6B, 22 and 4E. RGB value is (107,34,78). Sum of RGB (Red+Green+Blue) = 107+34+78=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B224E is #94DDB1. Grayscale: #3C3C3C. Windows color (decimal): -9756082 or 5120619. OLE color: 5120619.

HSL color Cylindrical-coordinate representation of color #6B224E: hue angle of 323.84º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B224E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1073478-
CMYK00.680.270.58
HSL323.84º51.77%27.65%-
HSV(B)323.84º68.22%41.96%-
XYZ8.014.827.72-
YUV60.84137.68160.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=48.86%
G=15.53%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107347800.680.270.58323.8451.7727.65
Hex6B224E0441B3A144341c
Octal15342116010433725046434
Binary11010111000101001110010001001101111101010100010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,34,78); }

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

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

 a { background-color: rgb(107,34,78); }

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

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

 span { border-color: rgb(107,34,78); }

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