Html Css Color HEX #6A1646 Pompadour

📋 copy color: '#6A1646'

red 106 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #6A1646

Tints of Pompadour #6A1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 53.54%
G = 11.11%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6A1646 (or 0x6A1646) is known color: Pompadour. HEX triplet: 6A, 16 and 46. RGB value is (106,22,70). Sum of RGB (Red+Green+Blue) = 106+22+70=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1646 is #95E9B9. Grayscale: #343434. Windows color (decimal): -9824698 or 4593258. OLE color: 4593258.

HSL color Cylindrical-coordinate representation of color #6A1646: hue angle of 325.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1646 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 22 70 -
CMYK 0 0.79 0.34 0.58
HSL 325.71º 0.66% 0.25% -
HSV(B) 325.71º 0.79% 0.42% -
XYZ 7.34 4.08 6.2 -
YUV 52.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 106 22 70 0 0.79 0.34 0.58 325.71 0.66 0.25
Hex 6A 16 46 0 4F 22 3A 146 42 19
Octal 152 26 106 0 117 42 72 506 102 31
Binary 1101010 10110 1000110 0 1001111 100010 111010 101000110 1000010 11001

Color Harmonies of #6A1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1646

Black with #6A1646

Text Example


Text Example

White with #6A1646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,22,70); }

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

background-color css

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

 a { background-color: rgb(106,22,70); }

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

border-color css

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

 span { border-color: rgb(106,22,70); }

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