#6A234F

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

Shades of Pompadour #6A234F

Tints of Pompadour #6A234F

Color information

#6A234F (or 0x6A234F) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 4F. RGB value is (106,35,79). Sum of RGB (Red+Green+Blue) = 106+35+79=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A234F is #95DCB0. Grayscale: #3D3D3D. Windows color (decimal): -9821361 or 5186410. OLE color: 5186410.

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

Color convert

RGB1063579-
CMYK00.670.250.58
HSL322.82º50.35%27.65%-
HSV(B)322.82º66.98%41.57%-
XYZ7.964.837.91-
YUV61.24138.02159.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=48.18%
G=15.91%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106357900.670.250.58322.8250.3527.65
Hex6A234F043193A143321c
Octal15243117010331725036234
Binary11010101000111001111010000111100111101010100001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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