Html Css Color HEX #6A264A Pompadour

📋 copy color: '#6A264A'

red 106 ◦ green 38 ◦ blue 74

#6A264A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #6A264A

Tints of Pompadour #6A264A

RGB

 RED value IS 106 (41.8% from 255) = 48.62%

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 48.62%
G = 17.43%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A264A (or 0x6A264A) is known color: Pompadour. HEX triplet: 6A, 26 and 4A. RGB value is (106,38,74). Sum of RGB (Red+Green+Blue) = 106+38+74=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A264A is #95D9B5. Grayscale: #3E3E3E. Windows color (decimal): -9820598 or 4859498. OLE color: 4859498.

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

Color convert

RGB 106 38 74 -
CMYK 0 0.64 0.30 0.58
HSL 328.24º 0.47% 0.28% -
HSV(B) 328.24º 0.64% 0.42% -
XYZ 7.87 4.94 7.02 -
YUV 62.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 106 38 74 0 0.64 0.30 0.58 328.24 0.47 0.28
Hex 6A 26 4A 0 40 1E 3A 148 2F 1C
Octal 152 46 112 0 100 36 72 510 57 34
Binary 1101010 100110 1001010 0 1000000 11110 111010 101001000 101111 11100

Color Harmonies of #6A264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A264A

Black with #6A264A

Text Example


Text Example

White with #6A264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,38,74); }

 H1.HeaderClassName
 {
   color: #6A264A;
 }
 .AnyTagClassName
 {
   color: #6A264A;
 }
</style>

background-color css

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

 a { background-color: rgb(106,38,74); }

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

border-color css

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

 span { border-color: rgb(106,38,74); }

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