Html Css Color HEX #6A254D Pompadour

📋 copy color: '#6A254D'

red 106 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #6A254D

Tints of Pompadour #6A254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 48.18%
G = 16.82%
B = 35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A254D (or 0x6A254D) is known color: Pompadour. HEX triplet: 6A, 25 and 4D. RGB value is (106,37,77). Sum of RGB (Red+Green+Blue) = 106+37+77=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A254D is #95DAB2. Grayscale: #3E3E3E. Windows color (decimal): -9820851 or 5055850. OLE color: 5055850.

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

Color convert

RGB 106 37 77 -
CMYK 0 0.65 0.27 0.58
HSL 325.22º 0.48% 0.28% -
HSV(B) 325.22º 0.65% 0.42% -
XYZ 7.94 4.92 7.55 -
YUV 62.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 106 37 77 0 0.65 0.27 0.58 325.22 0.48 0.28
Hex 6A 25 4D 0 41 1B 3A 145 30 1C
Octal 152 45 115 0 101 33 72 505 60 34
Binary 1101010 100101 1001101 0 1000001 11011 111010 101000101 110000 11100

Color Harmonies of #6A254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A254D

Black with #6A254D

Text Example


Text Example

White with #6A254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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