Html Css Color HEX #6A1746 Pompadour

📋 copy color: '#6A1746'

red 106 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #6A1746

Tints of Pompadour #6A1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

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

R = 53.27%
G = 11.56%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6A1746 (or 0x6A1746) is known color: Pompadour. HEX triplet: 6A, 17 and 46. RGB value is (106,23,70). Sum of RGB (Red+Green+Blue) = 106+23+70=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1746 is #95E8B9. Grayscale: #353535. Windows color (decimal): -9824442 or 4593514. OLE color: 4593514.

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

Color convert

RGB 106 23 70 -
CMYK 0 0.78 0.34 0.58
HSL 326.02º 0.64% 0.25% -
HSV(B) 326.02º 0.78% 0.42% -
XYZ 7.36 4.12 6.2 -
YUV 53.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 106 23 70 0 0.78 0.34 0.58 326.02 0.64 0.25
Hex 6A 17 46 0 4E 22 3A 146 40 19
Octal 152 27 106 0 116 42 72 506 100 31
Binary 1101010 10111 1000110 0 1001110 100010 111010 101000110 1000000 11001

Color Harmonies of #6A1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1746

Black with #6A1746

Text Example


Text Example

White with #6A1746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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