#6A234E

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

Shades of Pompadour #6A234E

Tints of Pompadour #6A234E

Color information

#6A234E (or 0x6A234E) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 4E. RGB value is (106,35,78). Sum of RGB (Red+Green+Blue) = 106+35+78=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A234E is #95DCB1. Grayscale: #3D3D3D. Windows color (decimal): -9821362 or 5120874. OLE color: 5120874.

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

Color convert

RGB1063578-
CMYK00.670.260.58
HSL323.66º50.35%27.65%-
HSV(B)323.66º66.98%41.57%-
XYZ7.924.827.72-
YUV61.13137.52160-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.40%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=48.40%
G=15.98%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106357800.670.260.58323.6650.3527.65
Hex6A234E0431A3A144321c
Octal15243116010332725046234
Binary11010101000111001110010000111101011101010100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,78); }

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

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

 a { background-color: rgb(106,35,78); }

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

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

 span { border-color: rgb(106,35,78); }

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