Html Css Color HEX #6A1D4D Pompadour

📋 copy color: '#6A1D4D'

red 106 ◦ green 29 ◦ blue 77

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

Shades of Pompadour #6A1D4D

Tints of Pompadour #6A1D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 50%
G = 13.68%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A1D4D (or 0x6A1D4D) is known color: Pompadour. HEX triplet: 6A, 1D and 4D. RGB value is (106,29,77). Sum of RGB (Red+Green+Blue) = 106+29+77=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1D4D is #95E2B2. Grayscale: #393939. Windows color (decimal): -9822899 or 5053802. OLE color: 5053802.

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

Color convert

RGB 106 29 77 -
CMYK 0 0.73 0.27 0.58
HSL 322.6º 0.57% 0.26% -
HSV(B) 322.6º 0.73% 0.42% -
XYZ 7.72 4.48 7.48 -
YUV 57.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 106 29 77 0 0.73 0.27 0.58 322.6 0.57 0.26
Hex 6A 1D 4D 0 49 1B 3A 143 39 1A
Octal 152 35 115 0 111 33 72 503 71 32
Binary 1101010 11101 1001101 0 1001001 11011 111010 101000011 111001 11010

Color Harmonies of #6A1D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1D4D

Black with #6A1D4D

Text Example


Text Example

White with #6A1D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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