Html Css Color HEX #6A264D Pompadour

📋 copy color: '#6A264D'

red 106 ◦ green 38 ◦ blue 77

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

Shades of Pompadour #6A264D

Tints of Pompadour #6A264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 47.96%
G = 17.19%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A264D (or 0x6A264D) is known color: Pompadour. HEX triplet: 6A, 26 and 4D. RGB value is (106,38,77). Sum of RGB (Red+Green+Blue) = 106+38+77=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A264D is #95D9B2. Grayscale: #3E3E3E. Windows color (decimal): -9820595 or 5056106. OLE color: 5056106.

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

Color convert

RGB 106 38 77 -
CMYK 0 0.64 0.27 0.58
HSL 325.59º 0.47% 0.28% -
HSV(B) 325.59º 0.64% 0.42% -
XYZ 7.98 4.99 7.56 -
YUV 62.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 106 38 77 0 0.64 0.27 0.58 325.59 0.47 0.28
Hex 6A 26 4D 0 40 1B 3A 146 2F 1C
Octal 152 46 115 0 100 33 72 506 57 34
Binary 1101010 100110 1001101 0 1000000 11011 111010 101000110 101111 11100

Color Harmonies of #6A264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A264D

Black with #6A264D

Text Example


Text Example

White with #6A264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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